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:
parent
169a946a03
commit
08eeff5604
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user