diff --git a/src/sunstone/public/app/tabs/datastores-tab/datatable.js b/src/sunstone/public/app/tabs/datastores-tab/datatable.js index f6a0749e7e..f7b20df2dc 100644 --- a/src/sunstone/public/app/tabs/datastores-tab/datatable.js +++ b/src/sunstone/public/app/tabs/datastores-tab/datatable.js @@ -95,6 +95,13 @@ define(function(require) { function _elementArray(element_json) { var element = element_json.DATASTORE; + var ds_type_str = "IMAGE_DS"; + + if (typeof element.TEMPLATE.TYPE != "undefined") + { + ds_type_str = element.TEMPLATE.TYPE; + } + return [ '