Angel Garbarino 88a69457e1
PKI Issuer List view (#17210)
* initial setup for issuers toolbar and some slight changes to roles model after discussion with design.

* wip

* wip ... :/

* finalizes serializer and linkedblock iteration of is_default

* clean up

* fix

* forgot this bit

* pr comments amendments:

* small PR comment changes
2022-09-20 09:25:57 -06:00

9 lines
223 B
JavaScript

import Controller from '@ember/controller';
import { getOwner } from '@ember/application';
export default class PkiRolesIndexController extends Controller {
get mountPoint() {
return getOwner(this).mountPoint;
}
}