mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed problems with add icon in visual console. Tiquet: #2528
This commit is contained in:
parent
6abb626b5b
commit
dc035cc591
@ -1194,11 +1194,11 @@ function set_static_graph_status(idElement, image, status) {
|
||||
function set_image(type, idElement, image) {
|
||||
if (type == "image") {
|
||||
item = "#image_" + idElement;
|
||||
img_src = "images/console/icons/" + image;
|
||||
img_src = "images/console/icons/" + image + ".png";
|
||||
}
|
||||
else if (type == "background") {
|
||||
item = "background_img";
|
||||
img_src = "images/console/background/" + image;
|
||||
img_src = "images/console/background/" + image + ".png";
|
||||
}
|
||||
|
||||
var params = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user