1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-06-07 07:31:56 +00:00
This commit is contained in:
Newnius 2019-08-01 11:22:52 +08:00
parent 06a774e790
commit 39b924a23b

View File

@ -181,7 +181,7 @@ var workspaceFormatter = function (workspace) {
}; };
var clusterFormatter = function (cluster) { var clusterFormatter = function (cluster) {
return 'default'; return cluster;
}; };
var priorityFormatter = function (status) { var priorityFormatter = function (status) {