increase image width
This commit is contained in:
@ -520,7 +520,7 @@
|
|||||||
|
|
||||||
var icon = iconOnline; // todo status
|
var icon = iconOnline; // todo status
|
||||||
|
|
||||||
var tooltip = `<img class="mb-4 w-32 mx-auto" src="/images/devices/${node.hardware_model_name}.png" onerror="this.classList.add('hidden')"/>` +
|
var tooltip = `<img class="mb-4 w-40 mx-auto" src="/images/devices/${node.hardware_model_name}.png" onerror="this.classList.add('hidden')"/>` +
|
||||||
`<b>${node.long_name}</b>` +
|
`<b>${node.long_name}</b>` +
|
||||||
`<br/>Short Name: ${node.short_name}` +
|
`<br/>Short Name: ${node.short_name}` +
|
||||||
`<br/><br/>Role: ${node.role_name}` +
|
`<br/><br/>Role: ${node.role_name}` +
|
||||||
|
Reference in New Issue
Block a user