diff --git a/src/components/common/ItemCard/index.vue b/src/components/common/ItemCard/index.vue new file mode 100644 index 0000000..e6b6f9f --- /dev/null +++ b/src/components/common/ItemCard/index.vue @@ -0,0 +1,53 @@ + + + diff --git a/src/components/common/index.ts b/src/components/common/index.ts index 990d2e8..72ff205 100644 --- a/src/components/common/index.ts +++ b/src/components/common/index.ts @@ -8,6 +8,7 @@ import RoundCardModal from './RoundCardModal/index.vue' import SvgIconOnline from './SvgIconOnline/index.vue' import JsonImportExport from './JsonImportExport/index.vue' import AppLoader from './AppLoader/index.vue' +import ItemCard from './ItemCard/index.vue' export { Verification, @@ -20,4 +21,5 @@ export { SvgIconOnline, JsonImportExport, AppLoader, + ItemCard, } diff --git a/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/CPU.vue b/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/CPU.vue index cd98588..cac1835 100644 --- a/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/CPU.vue +++ b/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/CPU.vue @@ -1,9 +1,9 @@ + + diff --git a/src/components/deskModule/SystemMonitor/Edit/ProgressStyleEditor/index.vue b/src/components/deskModule/SystemMonitor/Edit/ProgressStyleEditor/index.vue new file mode 100644 index 0000000..0a529a6 --- /dev/null +++ b/src/components/deskModule/SystemMonitor/Edit/ProgressStyleEditor/index.vue @@ -0,0 +1,35 @@ + + + diff --git a/src/components/deskModule/SystemMonitor/Edit/index.vue b/src/components/deskModule/SystemMonitor/Edit/index.vue new file mode 100644 index 0000000..da6aa47 --- /dev/null +++ b/src/components/deskModule/SystemMonitor/Edit/index.vue @@ -0,0 +1,68 @@ + + + diff --git a/src/components/deskModule/SystemMonitor/components/GenericMonitorCard/index.vue b/src/components/deskModule/SystemMonitor/components/GenericMonitorCard/index.vue new file mode 100644 index 0000000..6ecdaed --- /dev/null +++ b/src/components/deskModule/SystemMonitor/components/GenericMonitorCard/index.vue @@ -0,0 +1,60 @@ + + + diff --git a/src/components/deskModule/SystemMonitor/components/GenericProgress/index.vue b/src/components/deskModule/SystemMonitor/components/GenericProgress/index.vue new file mode 100644 index 0000000..5848626 --- /dev/null +++ b/src/components/deskModule/SystemMonitor/components/GenericProgress/index.vue @@ -0,0 +1,57 @@ + + + diff --git a/src/components/deskModule/SystemMonitor/index.vue b/src/components/deskModule/SystemMonitor/index.vue index e11e219..c708d2f 100644 --- a/src/components/deskModule/SystemMonitor/index.vue +++ b/src/components/deskModule/SystemMonitor/index.vue @@ -1,21 +1,55 @@