File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,7 @@ createDDL.jdbc
3333/build
3434ambari_python.egg-info
3535ambari-web /package-lock.json
36+
37+ ambari-admin /src /main /resources /ui /admin-web /npm-debug.log
38+ ambari-logsearch /ambari-logsearch-it /bin /
39+ ambari-logsearch /ambari-logsearch-server /.factorypath
Original file line number Diff line number Diff line change @@ -267,23 +267,23 @@ App.HostComponentStatus = {
267267 getTextStatus : function ( value ) {
268268 switch ( value ) {
269269 case this . installing :
270- return 'Installing ...' ;
270+ return '安装中 ...' ;
271271 case this . install_failed :
272- return 'Install Failed ' ;
272+ return '安装失败 ' ;
273273 case this . stopped :
274- return 'Stopped ' ;
274+ return '已停止 ' ;
275275 case this . started :
276- return 'Started ' ;
276+ return '运行中 ' ;
277277 case this . starting :
278- return 'Starting ...' ;
278+ return '启动中 ...' ;
279279 case this . stopping :
280- return 'Stopping ...' ;
280+ return '停止中 ...' ;
281281 case this . unknown :
282282 return 'Heartbeat Lost' ;
283283 case this . upgrade_failed :
284284 return 'Upgrade Failed' ;
285285 case this . disabled :
286- return 'Disabled ' ;
286+ return '不可用 ' ;
287287 case this . init :
288288 return 'Install Pending...' ;
289289 }
You can’t perform that action at this time.
0 commit comments