-
History of { registryUI.taghistory.image }:{ registryUI.taghistory.tag }
+
+ arrow_back
+
+
History of Image Tag | { registryUI.taghistory.image }:{ registryUI.taghistory.tag } history
@@ -27,7 +30,8 @@ along with this program. If not, see
.
-
{ entry.key } { entry.value }
+
+
{ entry.value }
@@ -59,11 +63,11 @@ along with this program. If not, see
.
if(attribute == "created"){
// Todo this must be parsed correctly
}else if(attribute == "container_config" || attribute == "config"){
- console.log(value.cmd);
+ value = "";
}
guiElement = {
"key": attribute,
- "value": parsedNestedElements[attribute]
+ "value": value
};
guiElements.push(guiElement);
}