diff options
author | Dan Timoney <dtimoney@att.com> | 2018-10-29 12:40:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-29 12:40:41 +0000 |
commit | 88997049c63356187e6b40e24694bcd291fea360 (patch) | |
tree | a290a2fed501a7069d40eb1c0b3375dd07266636 /configbackuprestore/vnfconfigbackupservice/src/main/webapp/static | |
parent | 01902f5b0ab6a4545c3b0dacbe47a26cf3238e68 (diff) | |
parent | 1450782e1d24493a28dfc6f0fff480bb919bdd36 (diff) |
Merge "Added some dependencies and plugin in SDNC-231"
Former-commit-id: cf20b144fd3f50a252b0a209e900fc13359d56f0
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> |