mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
UI ember engines (#6718)
Adds replication engine and core in-repo addon
This commit is contained in:
@@ -18,7 +18,7 @@ export default Component.extend({
|
||||
glyphName: computed('type', function() {
|
||||
const glyphs = {
|
||||
cluster: 'status-indicator',
|
||||
user: 'person',
|
||||
user: 'user-square-outline',
|
||||
};
|
||||
return glyphs[this.type];
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user