add ID to labels to fix show in Mediaserver

This commit is contained in:
l1231669
2017-08-28 20:58:41 +02:00
parent c750d78db9
commit dd8a351cf2

View File

@@ -24,6 +24,7 @@
],
"settings": [
{
"id": "lab_1",
"type": "label",
"label": "Ubicacion de archivos",
"enabled": true,
@@ -54,6 +55,7 @@
"visible": true
},
{
"id": "lab_2",
"type": "label",
"label": "Descarga",
"enabled": true,
@@ -132,6 +134,7 @@
"visible": true
},
{
"id": "lab_3",
"type": "label",
"label": "Elección del servidor",
"enabled": true,
@@ -186,4 +189,4 @@
"visible": true
}
]
}
}