static_src/components/service_instance_table.jsx
Function render
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
let content = <Loading text="Loading service instances" />;
if (this.state.empty) {
content = <h4 className="test-none_message">No service instances</h4>;