Sha256: 64489b25639a7882cb35e6839d3053847c4e270978954fbf7743e94d20e15b6b
Contents?: true
Size: 416 Bytes
Versions: 15
Compression:
Stored size: 416 Bytes
Contents
import { translate as __ } from 'foremanReact/common/I18n'; export const SECONDARY_TABS = [ { key: 'reports', title: __('Reports') }, /** Hiding the two tabs since they were not implemented yet and shouldn't be part of the release. * { key: 'assigned', title: __('Assigned classes') }, * { key: 'smart-classes', title: __('Smart class parameters') }, */ { key: 'yaml', title: __('ENC Preview') }, ];
Version data entries
15 entries across 15 versions & 1 rubygems