mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Added icons to services in viual consoles. Ticket #473
This commit is contained in:
parent
b26863d7ac
commit
18848536be
@ -2177,7 +2177,9 @@ function createItem(type, values, id_data) {
|
|||||||
default:
|
default:
|
||||||
//Maybe create in any Enterprise item.
|
//Maybe create in any Enterprise item.
|
||||||
if (typeof(enterprise_createItem) == 'function') {
|
if (typeof(enterprise_createItem) == 'function') {
|
||||||
values['image'] = 'visualmap.services';
|
if (values['image'] == "") {
|
||||||
|
values['image'] = 'visualmap.services';
|
||||||
|
}
|
||||||
temp_item = enterprise_createItem(type, values, id_data);
|
temp_item = enterprise_createItem(type, values, id_data);
|
||||||
if (temp_item != false) {
|
if (temp_item != false) {
|
||||||
item = temp_item;
|
item = temp_item;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user