mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
remove icon prefix
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
var colors = ['red', 'blue', 'green', 'purple', 'orange', 'darkred', 'darkblue', 'darkgreen', 'cadetblue', 'darkpurple'];
|
||||
|
||||
var awesomeIcons = ['icon-font', 'icon-cloud-download', 'icon-medkit', 'icon-github-alt', 'icon-coffee', 'icon-food', 'icon-bell-alt', 'icon-question-sign', 'icon-star'];
|
||||
var awesomeIcons = ['font', 'cloud-download', 'medkit', 'github-alt', 'coffee', 'food', 'bell-alt', 'question-sign', 'star'];
|
||||
|
||||
var rndCoordinates = function(from, to, fixed) {
|
||||
return (Math.random() * (to - from) + from).toFixed(fixed) * 1;
|
||||
|
||||
Reference in New Issue
Block a user