Lines Matching refs:state
4 resource.state == 'failed' &&
34 "evaluation-state label #{State::STATE_LABEL[resource.state.to_sym]}",
39 state: resource.state,
43 state(resource)
47 def state(resource)
48 html = content_tag(:span, t("states.#{resource.state}"))
50 unless State::IDLE_STATES.include?(resource.state)
54 if resource.state == 'failed' && resource.is_a?(Ontology)