diff options
author | soumendu <SA00498080@techmahindra.com> | 2018-10-22 15:41:29 +0530 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-10-26 15:29:19 +0000 |
commit | 1450782e1d24493a28dfc6f0fff480bb919bdd36 (patch) | |
tree | 329902601ed552d91cad566fed0ff21d6fbf703d /configbackuprestore/vnfconfigbackupservice/src/main/webapp/static | |
parent | 1bd7bcb12869c2260c6e0cd74e010dceefbf1879 (diff) |
Added some dependencies and plugin in SDNC-231
Added dependencies and plugin in vnfconfigbackupservice pom and update path in index.jsp
Change-Id: I5755762d6e22d072c7b2145b2dbf87254b8b26a0
Issue-ID: SDNC-483
Signed-off-by: soumendu <SA00498080@techmahindra.com>
Former-commit-id: 2248dfe67a4e21be9a1c5c9c81800404ca38a3e0
Diffstat (limited to 'configbackuprestore/vnfconfigbackupservice/src/main/webapp/static')
-rw-r--r-- | configbackuprestore/vnfconfigbackupservice/src/main/webapp/static/views/tabs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configbackuprestore/vnfconfigbackupservice/src/main/webapp/static/views/tabs.html b/configbackuprestore/vnfconfigbackupservice/src/main/webapp/static/views/tabs.html index 178a8180..b8b65c69 100644 --- a/configbackuprestore/vnfconfigbackupservice/src/main/webapp/static/views/tabs.html +++ b/configbackuprestore/vnfconfigbackupservice/src/main/webapp/static/views/tabs.html @@ -10,7 +10,7 @@ </div> </div> <li><div class="dropdown"> - <button class="dropbtn">DEVICE CONFIGRUATION</button> + <button class="dropbtn">DEVICE CONFIGURATION</button> <div class="dropdown-content"> <a ng-href="#deviceConfig">Backup Config</a> <a ng-href="#applyConfig">Apply Config</a> |