John Cowen 147476c10d
ui: Disable licensing tab if the UI is running via HCP (#12771)
Co-authored-by: Evan Rowe <ev.rowe@gmail.com>
2022-06-09 18:15:52 +01:00

7 lines
140 B
JavaScript

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