Sha256: e82e3dee9181a9240720823dd150a535c520f1141a1087c9f6d5718202901956
Contents?: true
Size: 235 Bytes
Versions: 3
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true module KafkaCommand module ConsumerGroupHelper def status_color(group) if group.empty? 'has-text-info' elsif group.stable? 'has-text-success' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems