diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-09-28 11:27:28 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 15:04:58 -0500 |
| commit | 3d4ad1eefda699530f565821ec098ff1943b0aeb (patch) | |
| tree | 395417db9935c2dfae5dcddbad07feca9fe1208f /app/configuration/controllers/network-controller.html | |
| parent | 7fea63e6afaecc8935fa0c857e5a93c19ce2e4c3 (diff) | |
| download | phosphor-webui-3d4ad1eefda699530f565821ec098ff1943b0aeb.tar.gz phosphor-webui-3d4ad1eefda699530f565821ec098ff1943b0aeb.zip | |
added confirmation modal
Change-Id: If1bdfd21b34cba5944c1acc69e90ca35ea0189c0
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/configuration/controllers/network-controller.html')
| -rw-r--r-- | app/configuration/controllers/network-controller.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/configuration/controllers/network-controller.html b/app/configuration/controllers/network-controller.html index 6276ad3..8c4aea0 100644 --- a/app/configuration/controllers/network-controller.html +++ b/app/configuration/controllers/network-controller.html @@ -88,9 +88,11 @@ </div> </fieldset> <div class="network-config__submit-wrapper"> - <button class="btn-primary inline">Save settings</button> + <button class="btn-primary inline">Confirm settings</button> <button class="btn-secondary inline">Cancel</button> </div> </section> </form> -</div>
\ No newline at end of file +</div> +<!-- confirmation modal --> +<div ng-include="" src="'configuration/controllers/network-modal-controller.html'"></div>
\ No newline at end of file |

