From 1f9c1f2e3bcbb8f54e8f2724da3e21b1495cb7c7 Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Tue, 31 Jan 2017 15:43:17 -0500 Subject: [PATCH] Don't link to image stream tags that haven't synced yet Don't link to image stream tags that haven't synced or had an error syncing. The page will give a not found error. --- app/views/browse/imagestream.html | 5 ++++- dist/scripts/templates.js | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/views/browse/imagestream.html b/app/views/browse/imagestream.html index 6f66e8d02d..bfa7aaa80a 100644 --- a/app/views/browse/imagestream.html +++ b/app/views/browse/imagestream.html @@ -68,7 +68,10 @@

- {{tag.name}} + + {{tag.name}} + {{tag.name}} + diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 64678ed771..030147a6b7 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -3171,7 +3171,10 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "\n" + " 0\">\n" + "\n" + - "{{tag.name}}\n" + + "\n" + + "{{tag.name}}\n" + + "{{tag.name}}\n" + + "\n" + "\n" + "\n" + "pushed\n" +