@@ -5400,7 +5400,6 @@ selectedTab:A,
5400
5400
projectName :o ,
5401
5401
alerts :{ } ,
5402
5402
forms :{ } ,
5403
- emptyMessage :"Loading..." ,
5404
5403
subjectKinds :B ,
5405
5404
newBinding :{
5406
5405
role :"" ,
@@ -5882,7 +5881,7 @@ title:b.imagestream,
5882
5881
link :"project/" + b . project + "/browse/images/" + b . imagestream
5883
5882
} , {
5884
5883
title :":" + b . tag
5885
- } ] , a . emptyMessage = "Loading..." ;
5884
+ } ] ;
5886
5885
var i = [ ] , j = _ . debounce ( function ( d , f ) {
5887
5886
var h = b . imagestream + ":" + b . tag ;
5888
5887
c . get ( "imagestreamtags" , h , f ) . then ( function ( b ) {
@@ -5895,7 +5894,7 @@ details:"Reason: " + e("getErrorDetails")(b)
5895
5894
} ;
5896
5895
} ) ;
5897
5896
} , 200 ) , k = function ( b , c , d ) {
5898
- h ( b , c ) , a . emptyMessage = "" , "DELETED" === d && ( a . alerts . deleted = {
5897
+ h ( b , c ) , "DELETED" === d && ( a . alerts . deleted = {
5899
5898
type :"warning" ,
5900
5899
message :"This image stream has been deleted."
5901
5900
} ) ;
@@ -6040,7 +6039,7 @@ title:"Deployments",
6040
6039
link :"project/" + c . project + "/browse/deployments"
6041
6040
} , {
6042
6041
title :c . deployment
6043
- } ] , a . emptyMessage = "Loading..." , a . healthCheckURL = k . healthCheckURL ( c . project , "Deployment" , c . deployment , "extensions" ) , d . getAlerts ( ) . forEach ( function ( b ) {
6042
+ } ] , a . healthCheckURL = k . healthCheckURL ( c . project , "Deployment" , c . deployment , "extensions" ) , d . getAlerts ( ) . forEach ( function ( b ) {
6044
6043
a . alerts [ b . name ] = b . data ;
6045
6044
} ) , d . clearAlerts ( ) ;
6046
6045
var p = ! 1 , q = function ( b , c ) {
@@ -6517,7 +6516,7 @@ kind:s,
6517
6516
namespace :c . project
6518
6517
} ) ;
6519
6518
} ) , x . push ( g . watch ( a . resource , i , function ( c , d , e ) {
6520
- a . replicaSets = c . by ( "metadata.name" ) , a . emptyMessage = "No deployments to show" , "ReplicationController" === s && ( a . deploymentsByDeploymentConfig = h . associateDeploymentsToDeploymentConfig ( a . replicaSets ) ) ;
6519
+ a . replicaSets = c . by ( "metadata.name" ) , "ReplicationController" === s && ( a . deploymentsByDeploymentConfig = h . associateDeploymentsToDeploymentConfig ( a . replicaSets ) ) ;
6521
6520
var f , g ;
6522
6521
e && ( f = u ( e , "deploymentConfig" ) , g = e . metadata . name ) , a . deploymentConfigDeploymentsInProgress = a . deploymentConfigDeploymentsInProgress || { } , d ? "ADDED" === d || "MODIFIED" === d && b ( "deploymentIsInProgress" ) ( e ) ? ( a . deploymentConfigDeploymentsInProgress [ f ] = a . deploymentConfigDeploymentsInProgress [ f ] || { } , a . deploymentConfigDeploymentsInProgress [ f ] [ g ] = e ) :"MODIFIED" === d && a . deploymentConfigDeploymentsInProgress [ f ] && delete a . deploymentConfigDeploymentsInProgress [ f ] [ g ] :a . deploymentConfigDeploymentsInProgress = h . associateRunningDeploymentToDeploymentConfig ( a . deploymentsByDeploymentConfig ) , e ? "DELETED" !== d && ( e . causes = b ( "deploymentCauses" ) ( e ) ) :angular . forEach ( a . replicaSets , function ( a ) {
6523
6522
a . causes = b ( "deploymentCauses" ) ( a ) ;
@@ -6584,7 +6583,7 @@ g.unwatchAll(x);
6584
6583
} ) ;
6585
6584
} ) ) ;
6586
6585
} ] ) , angular . module ( "openshiftConsole" ) . controller ( "StatefulSetsController" , [ "$scope" , "$routeParams" , "AlertMessageService" , "DataService" , "ProjectsService" , "LabelFilter" , "LabelsService" , function ( a , b , c , d , e , f , g ) {
6587
- a . projectName = b . project , a . alerts = a . alerts || { } , a . labelSuggestions = { } , a . emptyMessage = "Loading..." , c . getAlerts ( ) . forEach ( function ( b ) {
6586
+ a . projectName = b . project , a . alerts = a . alerts || { } , a . labelSuggestions = { } , c . getAlerts ( ) . forEach ( function ( b ) {
6588
6587
a . alerts [ b . name ] = b . data ;
6589
6588
} ) , c . clearAlerts ( ) ;
6590
6589
var h = [ ] ;
@@ -6621,7 +6620,7 @@ b.projectName = c.project, b.statefulSetName = c.statefulset, b.forms = {}, b.al
6621
6620
name :b . statefulSetName ,
6622
6621
kind :"StatefulSet" ,
6623
6622
namespace :c . project
6624
- } ) , b . emptyMessage = "Loading..." ;
6623
+ } ) ;
6625
6624
var j = function ( a ) {
6626
6625
return g . copyAndNormalize ( a ) ;
6627
6626
} ;
@@ -6762,7 +6761,7 @@ b.secretsByType = f.groupSecretsByType(a), b.loaded = !0;
6762
6761
} ] ) , angular . module ( "openshiftConsole" ) . controller ( "SecretController" , [ "$routeParams" , "$filter" , "$scope" , "AlertMessageService" , "DataService" , "ProjectsService" , "SecretsService" , function ( a , b , c , d , e , f , g ) {
6763
6762
c . projectName = a . project , c . secretName = a . secret , c . view = {
6764
6763
showSecret :! 1
6765
- } , c . alerts = c . alerts || { } , c . emptyMessage = "Loading..." , c . breadcrumbs = [ {
6764
+ } , c . alerts = c . alerts || { } , c . breadcrumbs = [ {
6766
6765
title :"Secrets" ,
6767
6766
link :"project/" + a . project + "/browse/secrets"
6768
6767
} , {
@@ -8111,7 +8110,7 @@ value:""
8111
8110
} ;
8112
8111
g . get ( d . project ) . then ( _ . spread ( function ( e , g ) {
8113
8112
function q ( b ) {
8114
- b . emptyMessage = "Loading..." , b . name = d . name , b . imageName = y , b . imageTag = d . imageTag , b . namespace = d . namespace , b . buildConfig = {
8113
+ b . name = d . name , b . imageName = y , b . imageTag = d . imageTag , b . namespace = d . namespace , b . buildConfig = {
8115
8114
buildOnSourceChange :! 0 ,
8116
8115
buildOnImageChange :! 0 ,
8117
8116
buildOnConfigChange :! 0 ,
@@ -8277,7 +8276,7 @@ f.then(j, j).then(G, G);
8277
8276
} ) ) ;
8278
8277
} ] ) , angular . module ( "openshiftConsole" ) . controller ( "NextStepsController" , [ "$scope" , "$http" , "$routeParams" , "DataService" , "$q" , "$location" , "ProcessedTemplateService" , "TaskList" , "$parse" , "Navigate" , "Logger" , "$filter" , "imageObjectRefFilter" , "failureObjectNameFilter" , "ProjectsService" , function ( a , b , c , d , e , f , g , h , i , j , k , l , m , n , o ) {
8279
8278
var p = ( l ( "displayName" ) , [ ] ) ;
8280
- a . emptyMessage = "Loading..." , a . alerts = [ ] , a . loginBaseUrl = d . openshiftAPIBaseUrl ( ) , a . buildConfigs = { } , a . showParamsTable = ! 1 , a . projectName = c . project , a . fromSampleRepo = c . fromSample , a . breadcrumbs = [ {
8279
+ a . alerts = [ ] , a . loginBaseUrl = d . openshiftAPIBaseUrl ( ) , a . buildConfigs = { } , a . showParamsTable = ! 1 , a . projectName = c . project , a . fromSampleRepo = c . fromSample , a . breadcrumbs = [ {
8281
8280
title :a . projectName ,
8282
8281
link :"project/" + a . projectName
8283
8282
} , {
@@ -8328,7 +8327,7 @@ d.unwatchAll(p);
8328
8327
} ] ) , angular . module ( "openshiftConsole" ) . controller ( "NewFromTemplateController" , [ "$scope" , "$http" , "$routeParams" , "DataService" , "ProcessedTemplateService" , "AlertMessageService" , "ProjectsService" , "QuotaService" , "$q" , "$location" , "TaskList" , "$parse" , "Navigate" , "$filter" , "$uibModal" , "imageObjectRefFilter" , "failureObjectNameFilter" , "CachedTemplateService" , "keyValueEditorUtils" , "Constants" , function ( a , b , c , d , e , f , g , h , i , j , k , l , m , n , o , p , q , r , s , t ) {
8329
8328
var u = c . template , v = c . namespace || "" ;
8330
8329
if ( ! u ) return void m . toErrorPage ( "Cannot create from template: a template name was not specified." ) ;
8331
- a . emptyMessage = "Loading..." , a . alerts = { } , a . quotaAlerts = { } , a . projectName = c . project , a . projectPromise = $ . Deferred ( ) , a . labels = [ ] , a . systemLabels = [ ] , a . breadcrumbs = [ {
8330
+ a . alerts = { } , a . quotaAlerts = { } , a . projectName = c . project , a . projectPromise = $ . Deferred ( ) , a . labels = [ ] , a . systemLabels = [ ] , a . breadcrumbs = [ {
8332
8331
title :a . projectName ,
8333
8332
link :"project/" + a . projectName
8334
8333
} , {
@@ -10772,7 +10771,6 @@ routes:"=",
10772
10771
services :"=" ,
10773
10772
portsByRoute :"=" ,
10774
10773
showNodePorts :"=?" ,
10775
- emptyMessage :"=?" ,
10776
10774
customNameHeader :"=?"
10777
10775
} ,
10778
10776
templateUrl :"views/directives/traffic-table.html"
0 commit comments