diff --git a/app/views/builds.html b/app/views/builds.html index 08fb44672f..7cb3794dcd 100644 --- a/app/views/builds.html +++ b/app/views/builds.html @@ -41,29 +41,28 @@

- {{emptyMessage}} + {{emptyMessage}} - - - + + + {{buildConfigName}} No builds     +   {{buildConfigs[buildConfigName].spec.strategy.type | startCase}} - + none {{buildConfigs[buildConfigName].spec.source.git.uri}} - - - - - + + + {{buildConfigName}} none @@ -96,7 +95,7 @@

{{latestBuild.spec.strategy.type | startCase}} - + none diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 0fef0917bf..882292a1b6 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -4038,26 +4038,25 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "\n" + "\n" + "\n" + - "{{emptyMessage}}\n" + + "{{emptyMessage}}\n" + "\n" + "\n" + + "\n" + "\n" + - "\n" + - "\n" + + "\n" + "{{buildConfigName}}\n" + "\n" + "No builds\n" + " \n" + " \n" + + " \n" + "{{buildConfigs[buildConfigName].spec.strategy.type | startCase}}\n" + - "\n" + + "\n" + "none\n" + "{{buildConfigs[buildConfigName].spec.source.git.uri}}\n" + - "\n" + "\n" + "\n" + - "\n" + - "\n" + + "\n" + "{{buildConfigName}}\n" + "\n" + "none\n" + @@ -4090,7 +4089,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "\n" + "\n" + "{{latestBuild.spec.strategy.type | startCase}}\n" + - "\n" + + "\n" + "\n" + "\n" + "none\n" +