removed graph button in devices

This commit is contained in:
Luca Haid
2025-04-14 15:03:25 +02:00
parent 61dd7185cb
commit 5469adabe5

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>