Skip to content

Commit

Permalink
Dial back the note to an "info", and change button/note ordering and …
Browse files Browse the repository at this point in the history
…sizing
  • Loading branch information
joepavitt committed Oct 21, 2024
1 parent 8ffe6dd commit c93366e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
<p>Updating these environment variables will cause devices in the group to be restarted when a change is detected.</p>
</template>
</TemplateSettingsEnvironment>
<div v-if="hasPermission('device:edit-env')" class="space-x-4 whitespace-nowrap">
<ff-button size="small" :disabled="!unsavedChanges || hasError" @click="saveSettings()">Save Settings</ff-button>
</div>
<div class="ff-banner ff-banner-warning w-full max-w-5xl">
<div class="ff-banner ff-banner-info w-full max-w-5xl">
<span>
<ExclamationCircleIcon class="ff-icon mr-2" />
<span class="relative top-0.5">Note: Updating environment variables can cause devices in the group to be restarted.</span>
</span>

<ChevronRightIcon class="ff-icon align-self-right" />
</div>
<div v-if="hasPermission('device:edit-env')" class="space-x-4 whitespace-nowrap">
<ff-button :disabled="!unsavedChanges || hasError" @click="saveSettings()">Save Settings</ff-button>
</div>
</form>
</template>

Expand Down

0 comments on commit c93366e

Please sign in to comment.