mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
if not passed, use default namespace for generating stylessheets
This commit is contained in:
@ -2233,7 +2233,7 @@
|
||||
opts || (opts = {});
|
||||
opts.cols || (opts.cols = this.cols);
|
||||
opts.rows || (opts.rows = this.rows);
|
||||
opts.namespace || (opts.namespace = '');
|
||||
opts.namespace || (opts.namespace = this.options.namespace);
|
||||
opts.widget_base_dimensions ||
|
||||
(opts.widget_base_dimensions = this.options.widget_base_dimensions);
|
||||
opts.widget_margins ||
|
||||
|
Reference in New Issue
Block a user