Skip to content

Commit

Permalink
mark selectbox as disabled if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jul 5, 2024
1 parent fa0011f commit 8b29a90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/partials/oauth_form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@
<select class="custom-select custom-select-sm" id="pubSubApp" name="pubSubApp" {{#if
errors.pubSubApp}}is-invalid{{/if}} required {{#unless baseScopesApi}}disabled{{/unless}}>

<option value=""> &mdash; Select service account for your project &mdash; </option>

{{#each pubSubApps}}
<option value="{{id}}" data-project="{{googleProjectId}}" {{#if selected}}selected{{/if}} {{#unless
baseScopesApi}}disabled{{/unless}}>{{name}}{{#if
Expand Down

0 comments on commit 8b29a90

Please sign in to comment.