From 62f637790cbf5a8976368328a22ae6012e5ce670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Tue, 12 Jul 2016 11:33:50 +0200 Subject: [PATCH] Fixed changelog of publications not being displayed on dashboard --- .../uds/static/adm/js/gui-d-servicespools-publications.coffee | 2 +- server/src/uds/templates/uds/admin/tmpl/services_pool.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/src/uds/static/adm/js/gui-d-servicespools-publications.coffee b/server/src/uds/static/adm/js/gui-d-servicespools-publications.coffee index f09d735ad..15e2f1549 100644 --- a/server/src/uds/static/adm/js/gui-d-servicespools-publications.coffee +++ b/server/src/uds/static/adm/js/gui-d-servicespools-publications.coffee @@ -6,7 +6,7 @@ gui.servicesPools.publications = (servPool, info) -> publicationsTable = publications.table( doNotLoadData: true icon: 'publications' - container: "publications-placeholder" + container: "publications-placeholder_tbl" doNotLoadData: true rowSelect: "single" buttons: [ diff --git a/server/src/uds/templates/uds/admin/tmpl/services_pool.html b/server/src/uds/templates/uds/admin/tmpl/services_pool.html index a1ca0a43a..686a5c839 100644 --- a/server/src/uds/templates/uds/admin/tmpl/services_pool.html +++ b/server/src/uds/templates/uds/admin/tmpl/services_pool.html @@ -69,9 +69,9 @@
...
...
-
+
-
+
...