Yoshie Muranaka | 0b980db | 2020-10-06 09:24:14 -0700 | [diff] [blame] | 1 | <template> |
| 2 | <b-modal |
| 3 | id="modal-upload" |
Yoshie Muranaka | 98bb24e | 2020-10-06 10:00:19 -0700 | [diff] [blame] | 4 | :title="$t('pageFirmware.modal.uploadAndRebootSingleImage.title')" |
| 5 | :ok-title=" |
| 6 | $t('pageFirmware.modal.uploadAndRebootSingleImage.primaryAction') |
| 7 | " |
Sukanya Pandey | 3835713 | 2020-12-22 13:40:59 +0530 | [diff] [blame] | 8 | :cancel-title="$t('global.action.cancel')" |
Yoshie Muranaka | 0b980db | 2020-10-06 09:24:14 -0700 | [diff] [blame] | 9 | @ok="$emit('ok')" |
| 10 | > |
| 11 | <p> |
Yoshie Muranaka | 98bb24e | 2020-10-06 10:00:19 -0700 | [diff] [blame] | 12 | {{ $t('pageFirmware.modal.uploadAndRebootSingleImage.message1') }} |
Yoshie Muranaka | 0b980db | 2020-10-06 09:24:14 -0700 | [diff] [blame] | 13 | </p> |
| 14 | <p> |
Yoshie Muranaka | 98bb24e | 2020-10-06 10:00:19 -0700 | [diff] [blame] | 15 | {{ $t('pageFirmware.modal.uploadAndRebootSingleImage.message2') }} |
Yoshie Muranaka | 0b980db | 2020-10-06 09:24:14 -0700 | [diff] [blame] | 16 | </p> |
| 17 | <p class="font-weight-bold"> |
Yoshie Muranaka | 98bb24e | 2020-10-06 10:00:19 -0700 | [diff] [blame] | 18 | {{ $t('pageFirmware.modal.uploadAndRebootSingleImage.message3') }} |
Yoshie Muranaka | 0b980db | 2020-10-06 09:24:14 -0700 | [diff] [blame] | 19 | </p> |
| 20 | </b-modal> |
| 21 | </template> |