aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/wizard/wizard-creation-base.html
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-06-09 03:19:04 +0300
committerMichael Lando <ml636r@att.com>2017-06-09 03:19:04 +0300
commited64b5edff15e702493df21aa3230b81593e6133 (patch)
treea4cb01fdaccc34930a8db403a3097c0d1e40914b /catalog-ui/app/scripts/view-models/wizard/wizard-creation-base.html
parent280f8015d06af1f41a3ef12e8300801c7a5e0d54 (diff)
[SDC-29] catalog 1707 rebase commit.
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-ui/app/scripts/view-models/wizard/wizard-creation-base.html')
-rw-r--r--catalog-ui/app/scripts/view-models/wizard/wizard-creation-base.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/catalog-ui/app/scripts/view-models/wizard/wizard-creation-base.html b/catalog-ui/app/scripts/view-models/wizard/wizard-creation-base.html
deleted file mode 100644
index afa9307265..0000000000
--- a/catalog-ui/app/scripts/view-models/wizard/wizard-creation-base.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<loader data-display="isLoading"></loader>
-<div class="sdc-wizard-name-type-label" data-ng-if="assetName!==undefined"><span class="sprite sprite-green-tick animated flash"></span><span class="name">{{assetName}}</span>&nbsp;|&nbsp;<span class="type">{{assetType}}</span></div>
-<sdc-modal modal="modalInstance" type="classic" get-close-modal-response="getComponent" buttons="footerButtons" class="sdc-wizard" header="{{modalTitle}}" show-close-button="true">
- <div class="sdc-wizard-wrapper">
- <div class="sdc-wizard-left-content">
- <sdc-wizard-step steps="directiveSteps" control="assetCreationControl" class="wizard-steps-line"></sdc-wizard-step>
- </div>
- <div class="sdc-wizard-right-content">
- <ng-include src="templateUrl" class="sdc-wizard-right-include"></ng-include>
- </div>
- </div>
-</sdc-modal>