improved layout active monitoring (#4909)

This commit is contained in:
gabryon99 2021-01-13 18:43:21 +01:00
parent acba25becb
commit 2799cc6b86

View file

@ -406,6 +406,7 @@ $(document).ready(function() {
columns: [
{
data: 'html_label',
width: '20%',
render: function(html_label, type, row) {
if (type === 'display') {
@ -423,11 +424,12 @@ $(document).ready(function() {
},
{
data: 'measurement',
width: '5%'
width: "100px",
},
{
data: 'chart',
class: 'text-center',
width: "100px",
sortable: false,
render: function(href, type, row) {
if(type === 'display') {
@ -514,6 +516,7 @@ $(document).ready(function() {
data: null,
sortable: false,
name: 'actions',
width: "200px",
class: 'text-center',
render: function(_, type, host) {