diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-09-27 16:27:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-27 16:27:19 +0000 |
commit | 4d60ff9e5cb5a35f2676083cffdce80c957fa9ae (patch) | |
tree | 4c4c6e01b47b6eb60e9ea25a7177d33e6efc867b /cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard | |
parent | 97403898893c3940898fdeb370c84caf4c589e8f (diff) | |
parent | 89498dccf148d4b1f61eef039afcaaea2c00c6fd (diff) |
Merge "Add Wizard link in Help menu"
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard')
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html index e006f23e6..fa3c77ade 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html @@ -23,16 +23,26 @@ <input class="dropdown-toggle" type="text"> <div class="dropdown-text"><i class="icon-info" aria-hidden="true"></i></div> <ul class="dropdown-content"> - <!-- <li> + <li> <i class="icon-get_started" aria-hidden="true"></i> <p> - <input id="clicker3" [checked]="startTour" type="checkbox" /> + <input id="clicker3" type="checkbox" /> <label for="clicker"> Getting Started <span>Quick steps to help you get started</span> </label> </p> - </li> --> + </li> + <!-- <li> + <i class="icon-get_started" aria-hidden="true"></i> + <p> + <input id="clicker3" [checked]="startTour" type="checkbox" /> + <label for="clicker"> + Getting Started + <span>Quick steps to help you get started</span> + </label> + </p> + </li> --> <li> <a href="https://wiki.onap.org/display/DW/CDS+Designer+Guide" target="_blank"> <i class="icon-user_guide" aria-hidden="true"></i> |