mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
plugins columns cleanup, devDetail cleanup, better icon selector CUSTPROP
This commit is contained in:
@@ -562,7 +562,8 @@
|
||||
"function": "devIcon",
|
||||
"events": [
|
||||
"copy_icons",
|
||||
"add_icon"
|
||||
"add_icon",
|
||||
"select_icon"
|
||||
],
|
||||
"type": {
|
||||
"dataType": "string",
|
||||
@@ -587,7 +588,7 @@
|
||||
"elementHasInputValue": 1,
|
||||
"elementOptions": [
|
||||
{
|
||||
"cssClasses": "iconInputVal"
|
||||
"cssClasses": "iconInputVal myhidden"
|
||||
},
|
||||
{
|
||||
"onChange": "updateIconPreview(this)"
|
||||
@@ -1624,7 +1625,7 @@
|
||||
"elementHasInputValue": 1,
|
||||
"elementOptions": [
|
||||
{
|
||||
"cssClasses": "iconInputVal"
|
||||
"cssClasses": "iconInputVal myhidden"
|
||||
},
|
||||
{
|
||||
"onChange": "updateIconPreview(this)"
|
||||
|
||||
Reference in New Issue
Block a user