dashboard/models/management.cattle.io.v3.clu...

6 lines
77 B
JavaScript

export default {
isReady() {
return this.hasCondition('Ready');
}
};