Merge branch 'Device/remove-graph-button' into 'master'

removed graph button in devices

See merge request fronk/thetool!1218
This commit is contained in:
Luca Haid
2025-04-14 13:04:00 +00:00

View File

@@ -102,10 +102,6 @@ Vue.component('DeviceTable', {
target="_blank"
class="text-info"
title="Zabbix"><i class="fas fa-server"></i></a>
<a :href="window['TT_CONFIG']['BASE_URL'] + '/Graphing?id=' + row.zabbix_host_id + '&hostname=' + row.name"
target="_blank"
class="text-info"
title="Graphen"><i class="fas fa-chart-line"></i></a>
</template>
</template>