diff options
author | Nikhil Ashoka <a.nikhil@ibm.com> | 2024-06-11 09:49:11 +0300 |
---|---|---|
committer | Ed Tanous <ed@tanous.net> | 2024-10-03 21:34:06 +0300 |
commit | 47bf8551ae16bf1791ce8c96e5314a46864473fb (patch) | |
tree | 83e1ff888368711f6cc3b2e113c264fdb6f2390c | |
parent | a6c682cb5d747e74fd0a9ad5b795020e83a1a5bf (diff) | |
download | webui-vue-47bf8551ae16bf1791ce8c96e5314a46864473fb.tar.xz |
Removed TFTP code update option
- Removed TFTP server firmware update ability in the UI.
Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com>
Signed-off-by: Surya Venkatesan <suryav@ami.com>
Change-Id: Icbeddc7a3faa262f12e85268206ae70850f37905
-rw-r--r-- | package-lock.json | 10 | ||||
-rw-r--r-- | package.json | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 155ad16b9..922db5b5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,6 +27,7 @@ "vue-i18n": "9.13.1", "vue-loader": "17.4.2", "vue-router": "4.4.0", + "vuelidate": "0.7.7", "vuex": "4.1.0", "webpack-cli": "5.1.4", "xterm": "4.19.0", @@ -27089,6 +27090,15 @@ "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.29.tgz", "integrity": "sha512-hQ2gAQcBO/CDpC82DCrinJNgOHI2v+FA7BDW4lMSPeBpQ7sRe2OLHWe5cph1s7D8DUQAwRt18dBDfJJ220APEA==" }, + "node_modules/vuelidate": { + "version": "0.7.7", + "resolved": "https://registry.npmjs.org/vuelidate/-/vuelidate-0.7.7.tgz", + "integrity": "sha512-pT/U2lDI67wkIqI4tum7cMSIfGcAMfB+Phtqh2ttdXURwvHRBJEAQ0tVbUsW9Upg83Q5QH59bnCoXI7A9JDGnA==", + "engines": { + "node": ">= 4.0.0", + "npm": ">= 3.0.0" + } + }, "node_modules/vuepress": { "version": "1.9.7", "resolved": "https://registry.npmjs.org/vuepress/-/vuepress-1.9.7.tgz", diff --git a/package.json b/package.json index 8b593c541..f80e620fa 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "vue-i18n": "9.13.1", "vue-loader": "17.4.2", "vue-router": "4.4.0", + "vuelidate": "0.7.7", "vuex": "4.1.0", "webpack-cli": "5.1.4", "xterm": "4.19.0", |