mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-06-07 07:31:56 +00:00
bugfix
This commit is contained in:
parent
06a774e790
commit
39b924a23b
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user