mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
js/ui: remove hardcoded/duplicated with/height
This commit is contained in:
parent
800fe6c18d
commit
79d3f18b66
@ -664,8 +664,8 @@
|
|||||||
'<span sparkTitle="' + title +
|
'<span sparkTitle="' + title +
|
||||||
'" sparkWidth="' + width +
|
'" sparkWidth="' + width +
|
||||||
'" sparkHeight="' + height +
|
'" sparkHeight="' + height +
|
||||||
'" sparkType="pie" sparkWidth="20" sparkSliceColors="[' +
|
'" sparkType="pie" sparkSliceColors="[' +
|
||||||
colors + ']" sparkHeight="20" values="' +
|
colors + ']" values="' +
|
||||||
values + '" class="sparkline"></span>'
|
values + '" class="sparkline"></span>'
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user