theforeman/foreman_ansible

View on GitHub
webpack/components/AnsibleHostDetail/constants.js

Summary

Maintainability
A
2 hrs
Test Coverage
import { translate as __ } from 'foremanReact/common/I18n';

export const ANSIBLE_KEY = 'Ansible';
export const SECONDARY_TABS = [
  { key: 'roles', title: __('Roles') },
  { key: 'variables', title: __('Variables') },
  { key: 'inventory', title: __('Inventory') },
  { key: 'jobs', title: __('Jobs') },
];