We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d79eed commit 9030da8Copy full SHA for 9030da8
src/storage/data-storages.js
@@ -389,7 +389,7 @@ cls.StorageDataBase = new function()
389
return obj._rt_id;
390
},
391
renderer: function(groupvalue, obj) {
392
- return templates.storage.runtime_group_render(runtimes.getRuntime(obj[0]._rt_id).uri);
+ return runtimes.getRuntime(obj[0]._rt_id).uri;
393
394
idgetter: function(obj) {
395
return ""+obj[0]._rt_id;
src/storage/templates-storages.js
@@ -1,9 +1,6 @@
1
window.templates || (window.templates = {});
2
3
window.templates.storage = {
4
- runtime_group_render: function(uri) {
5
- return this.wrap_ellipsis(uri);
6
- },
7
wrap_ellipsis: function(elem) {
8
var template = [
9
"div",
0 commit comments