1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

Fixed duplicate declaration

This commit is contained in:
Adolfo Gómez García 2016-04-28 10:55:34 +02:00
parent 169a946a03
commit 08eeff5604

View File

@ -243,7 +243,6 @@ gui.servicesPools.link = (event) ->
# Cached items table # Cached items table
prevCacheLogTbl = null prevCacheLogTbl = null
cachedItemsTable = cachedItems.table( cachedItemsTable = cachedItems.table(
doNotLoadData: true
icon: 'cached' icon: 'cached'
container: "cache-placeholder_tbl" container: "cache-placeholder_tbl"
rowSelect: "multi" rowSelect: "multi"