dashboard/models/management.cattle.io.cluste...

6 lines
77 B
JavaScript

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