Skip to content

Commit

Permalink
ui: Make sure disabled message is full width but the login in form width
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cowen committed Oct 19, 2018
1 parent d710bd5 commit 88027a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ui-v2/app/components/modal-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import WithResizing from 'consul-ui/mixins/with-resizing';

import templatize from 'consul-ui/utils/templatize';
export default Component.extend(SlotsMixin, WithResizing, {
// tagName: ''
dom: service('dom'),
checked: true,
height: null,
Expand Down
2 changes: 1 addition & 1 deletion ui-v2/app/templates/dc/acls/tokens/index.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{#app-view class=(concat 'token ' (if (not isAuthorized) 'edit' 'list')) loading=isLoading authorized=isAuthorized enabled=isEnabled}}
{{#app-view class=(concat 'token ' (if (and isEnabled (not isAuthorized)) 'edit' 'list')) loading=isLoading authorized=isAuthorized enabled=isEnabled}}
{{#block-slot 'notification' as |status type subject|}}
{{partial 'dc/acls/tokens/notifications'}}
{{/block-slot}}
Expand Down

0 comments on commit 88027a9

Please sign in to comment.