summaryrefslogtreecommitdiff
path: root/src/views/_sila/PciDevices/index.js
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-08-12 16:32:04 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-08-12 16:32:04 +0300
commitdb29a8672f6737a3b112b22db53fae3366c67097 (patch)
tree539a30a46c870fc75208f72521ae6813b426bf3d /src/views/_sila/PciDevices/index.js
parent162e0d338f5423662829e6d9784186a362a19832 (diff)
downloadwebui-vue-db29a8672f6737a3b112b22db53fae3366c67097.tar.xz
add PCI-devices page
Diffstat (limited to 'src/views/_sila/PciDevices/index.js')
-rw-r--r--src/views/_sila/PciDevices/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/_sila/PciDevices/index.js b/src/views/_sila/PciDevices/index.js
new file mode 100644
index 00000000..800bd92a
--- /dev/null
+++ b/src/views/_sila/PciDevices/index.js
@@ -0,0 +1,2 @@
+import PciDevices from './PciDevices.vue';
+export default PciDevices;