summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Magdziarz <maciejx.magdziarz@intel.com>2021-04-20 16:41:05 +0300
committerDerick Montague <derick.montague@ibm.com>2021-06-22 17:57:34 +0300
commit42a270eac2f9f44fd558594b7ca7251c8dc42897 (patch)
tree8329fde94947fdbff8821e39a246836c5be44115
parent3f9cfa2c2491cc060ea57787660e918e4a7ee7e5 (diff)
downloadwebui-vue-42a270eac2f9f44fd558594b7ca7251c8dc42897.tar.xz
Firmware: Remove .tar references
Remove the accept prop in the file upload component on the firmware page. Remove the helper text that indicates to the user to upload a .tar file. Signed-off-by: Maciej Magdziarz <maciejx.magdziarz@intel.com> Change-Id: I781bd316ce591809b35ae5990d0f7b02af288e41
-rw-r--r--src/locales/en-US.json1
-rw-r--r--src/views/Configuration/Firmware/FirmwareFormUpdate.vue1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index ef4a417e..d525bc43 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -336,7 +336,6 @@
"fileAddress": "File address",
"fileSource": "File source",
"imageFile": "Image file",
- "imageFileHelperText": "Only .tar files accepted",
"startUpdate": "Start update",
"tftpServer": "TFTP server",
"workstation": "Workstation"
diff --git a/src/views/Configuration/Firmware/FirmwareFormUpdate.vue b/src/views/Configuration/Firmware/FirmwareFormUpdate.vue
index 702352f2..cae3571a 100644
--- a/src/views/Configuration/Firmware/FirmwareFormUpdate.vue
+++ b/src/views/Configuration/Firmware/FirmwareFormUpdate.vue
@@ -26,7 +26,6 @@
</b-form-text>
<form-file
id="image-file"
- accept=".tar"
:disabled="isPageDisabled"
:state="getValidationState($v.file)"
aria-describedby="image-file-help-block"