Skip to content

Commit

Permalink
Remove one time boot alert message (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeepa Singh authored and GitHub Enterprise committed Feb 24, 2022
1 parent 5b9031f commit 058d4d4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
<page-section
:section-title="$t('pageServerPowerOperations.operations')"
>
<alert :show="oneTimeBootEnabled" variant="warning">
{{ $t('pageServerPowerOperations.oneTimeBootWarning') }}
</alert>
<template v-if="isOperationInProgress">
<alert variant="info">
{{ $t('pageServerPowerOperations.operationInProgress') }}
Expand Down

0 comments on commit 058d4d4

Please sign in to comment.