John Cowen 4b8cabce0d
ui: Overview UI Routing (#12493)
This PR adds routes and an initial landing page for the Cluster Overview page
2022-03-15 12:58:14 +00:00

7 lines
141 B
JavaScript

import BaseAbility from './base';
export default class LicenseAbility extends BaseAbility {
resource = 'operator';
segmented = false;
}