Skip to content

Instantly share code, notes, and snippets.

@jmelis
Created September 17, 2013 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmelis/3b0f6e3fe85ed1d2ab10 to your computer and use it in GitHub Desktop.
Save jmelis/3b0f6e3fe85ed1d2ab10 to your computer and use it in GitHub Desktop.
diff --git a/src/sunstone/public/js/plugins/images-tab.js b/src/sunstone/public/js/plugins/images-tab.js
index 006fee8..7f9e41d 100644
--- a/src/sunstone/public/js/plugins/images-tab.js
+++ b/src/sunstone/public/js/plugins/images-tab.js
@@ -764,6 +764,11 @@ function updateImageInfo(request,img){
<td class="value_td">'+img_info.RUNNING_VMS+'</td>\
<td></td>\
</tr>\
+ <tr>\
+ <td class="key_td">Source</td>\
+ <td class="value_td">'+img_info.SOURCE+'</td>\
+ <td></td>\
+ </tr>\
</table>\
</div>\
<div class="six columns">'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment