1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-24 02:04:09 +03:00

Fixed icon for service inside providers (on dashboard)

This commit is contained in:
Adolfo Gómez García 2018-01-10 12:18:28 +01:00
parent b4ba79cad2
commit 34ff0259ce

View File

@ -116,7 +116,7 @@ gui.providers.link = (event) ->
services = new GuiElement(servicesAPI, "services-" + selected[0].type)
tmpLogTable = undefined
servicesTable = services.table(
icon: 'services'
icon: 'providers'
container: "services-placeholder"
doNotLoadData: true
rowSelect: "multi"