mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-03-03 00:32:08 +00:00
add graphics
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
<q-tab name="base_board" label="Motherboard" />
|
||||
<q-tab name="comp_sys_prod" label="Computer System Product" />
|
||||
<q-tab name="network_config" label="Network Config" />
|
||||
<q-tab name="graphics" label="Graphics" />
|
||||
<q-tab name="desktop_monitor" label="Monitors" />
|
||||
<q-tab name="network_adapter" label="Network Adapters" />
|
||||
</q-tabs>
|
||||
@@ -63,6 +64,9 @@
|
||||
<q-tab-panel name="desktop_monitor">
|
||||
<WmiDetail :info="desktop_monitor" />
|
||||
</q-tab-panel>
|
||||
<q-tab-panel name="graphics">
|
||||
<WmiDetail :info="graphics" />
|
||||
</q-tab-panel>
|
||||
<q-tab-panel name="network_adapter">
|
||||
<WmiDetail :info="network_adapter" />
|
||||
</q-tab-panel>
|
||||
@@ -125,6 +129,9 @@ export default {
|
||||
network_adapter() {
|
||||
return this.assets.network_adapter;
|
||||
},
|
||||
graphics() {
|
||||
return this.assets.graphics;
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -39,6 +39,13 @@
|
||||
</q-item-section>
|
||||
<q-item-section>{{ disk }}</q-item-section>
|
||||
</q-item>
|
||||
<!-- graphics -->
|
||||
<q-item>
|
||||
<q-item-section avatar>
|
||||
<q-icon name="fas fa-tv" />
|
||||
</q-item-section>
|
||||
<q-item-section>{{ summary.graphics }}</q-item-section>
|
||||
</q-item>
|
||||
<q-item>
|
||||
<q-item-section avatar>
|
||||
<q-icon name="fas fa-globe-americas" />
|
||||
|
||||
Reference in New Issue
Block a user