mirror of https://github.com/rancher/ui.git
Bump version
This commit is contained in:
parent
0f768929cf
commit
05fb5de3f2
|
|
@ -100,7 +100,7 @@ var Environment = Resource.extend({
|
|||
];
|
||||
|
||||
return out;
|
||||
}.property('actionLinks.{remove,purge,exportconfig,finishupgradecancelupgrade,rollback,cancelrollback}','canActivate','canDeactivate'),
|
||||
}.property('actionLinks.{remove,purge,exportconfig,finishupgrade,cancelupgrade,rollback,cancelrollback}','canActivate','canDeactivate'),
|
||||
|
||||
healthState: function() {
|
||||
// Get the state of each instance
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ var Service = Resource.extend(ReadLabels, {
|
|||
];
|
||||
|
||||
return choices;
|
||||
}.property('actionLinks.{activate,deactivate,update,remove,purge,finisupgrade,cancelupgrade,rollback,cancelrollback}'),
|
||||
}.property('actionLinks.{activate,deactivate,update,remove,purge,finishupgrade,cancelupgrade,rollback,cancelrollback}'),
|
||||
|
||||
|
||||
_allMaps: null,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "0.56.0",
|
||||
"version": "0.57.0",
|
||||
"private": true,
|
||||
"directories": {
|
||||
"doc": "doc",
|
||||
|
|
|
|||
Loading…
Reference in New Issue