mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-03-06 06:14:33 +08:00
[RocketMQ Console] 404 Error Page Process
This commit is contained in:
@@ -14,7 +14,7 @@ spring.http.encoding.enabled=true
|
||||
spring.http.encoding.force=true
|
||||
logging.config=classpath:logback.xml
|
||||
#if this value is empty,use env value rocketmq.config.namesrvAddr NAMESRV_ADDR | now, you can set it in ops page.default localhost:9876
|
||||
rocketmq.config.namesrvAddr=11.239.187.178:9876
|
||||
rocketmq.config.namesrvAddr=
|
||||
#if you use rocketmq version < 3.5.8, rocketmq.config.isVIPChannel should be false.default true
|
||||
rocketmq.config.isVIPChannel=
|
||||
#rocketmq-console's data path:dashboard/monitor
|
||||
|
||||
@@ -207,8 +207,8 @@ app.config(['$routeProvider', '$httpProvider','$cookiesProvider','getDictNamePro
|
||||
templateUrl: 'view/pages/ops.html',
|
||||
controller:'opsController'
|
||||
}).when('/404', {
|
||||
templateUrl: '404'
|
||||
}).otherwise('/login');
|
||||
templateUrl: 'view/pages/404.html'
|
||||
}).otherwise('/404');
|
||||
|
||||
$translateProvider.translations('en',en);
|
||||
$translateProvider.translations('zh',zh);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
var en = {
|
||||
"TITLE": "RocketMq-Console-Ng",
|
||||
"TITLE": "RocketMQ-Console",
|
||||
"CLOSE": "Close",
|
||||
"NO": "NO.",
|
||||
"ADDRESS": "Address",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
var zh = {
|
||||
"TITLE": "RocketMq控制台",
|
||||
"TITLE": "RocketMQ控制台",
|
||||
"CLOSE": "关闭",
|
||||
"NO": "编号",
|
||||
"ADDRESS": "地址",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user