Skip to content

Commit

Permalink
Added loading indicator to edit access token page.
Browse files Browse the repository at this point in the history
  • Loading branch information
chth0n1x committed Oct 12, 2023
1 parent d50e5f5 commit 1f43e14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/settings/tokens/edit/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
{{else}}
<h4>{{t 'settings.tokens.editToken'}}</h4>

{{#if this.model.taskInstance.isSuccessful}}
{{#if this.model.taskInstance.isRunning}}
<LoadingIndicator />
{{else if this.model.taskInstance.isSuccessful}}
<Settings::Tokens::-Components::EditForm
@token={{this.token}}
/>
Expand Down

0 comments on commit 1f43e14

Please sign in to comment.