Skip to content

Commit fae1b3e

Browse files
committed
Fix location
1 parent 688bc6f commit fae1b3e

1 file changed

Lines changed: 19 additions & 26 deletions

File tree

web/pages/settings/index.vue

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -172,18 +172,6 @@
172172
</v-card>
173173
</v-dialog>
174174
</div>
175-
176-
<h5 class="text-h4 mb-3 mt-12">Send Schedules</h5>
177-
<p class="text--secondary">
178-
Manage availability schedules on a dedicated page and attach one
179-
schedule to each phone. Outgoing messages will respect both the
180-
selected schedule and the configured send rate.
181-
</p>
182-
<v-btn color="primary" to="/settings/send-schedules">
183-
<v-icon left>{{ mdiCalendarClock }}</v-icon>
184-
Manage Send Schedules
185-
</v-btn>
186-
187175
<h5 id="webhook-settings" class="text-h4 mb-3 mt-12">Webhooks</h5>
188176
<p class="text--secondary">
189177
Webhooks allow us to send events to your server for example when
@@ -386,6 +374,22 @@
386374
</template>
387375
</v-simple-table>
388376

377+
<h5 class="text-h4 mb-3 mt-12">Send Schedules</h5>
378+
<p class="text--secondary">
379+
Create availability schedules and attach them to each phone.
380+
Outgoing messages sent outside the schedule window are queued and
381+
delivered when the schedule opens according to your
382+
<a
383+
class="text-decoration-none"
384+
href="https://docs.httpsms.com/features/control-sms-send-rate"
385+
>configured send rate</a
386+
>.
387+
</p>
388+
<v-btn color="primary" to="/settings/send-schedules">
389+
<v-icon left>{{ mdiCalendarClock }}</v-icon>
390+
Manage Send Schedules
391+
</v-btn>
392+
389393
<h5 id="email-notifications" class="text-h4 mb-3 mt-12">
390394
Email Notifications
391395
</h5>
@@ -432,10 +436,7 @@
432436
Save Notification Settings
433437
</v-btn>
434438

435-
<h5
436-
id="email-notifications"
437-
class="text-h4 error--text mb-3 mt-12"
438-
>
439+
<h5 id="email-notifications" class="text-h4 error--text mb-3 mt-12">
439440
Delete Account
440441
</h5>
441442
<p v-if="hasActiveSubscription" class="text--secondary">
@@ -615,11 +616,7 @@
615616
</v-card>
616617
</v-dialog>
617618

618-
<v-dialog
619-
v-model="showWebhookEdit"
620-
overlay-opacity="0.9"
621-
max-width="600px"
622-
>
619+
<v-dialog v-model="showWebhookEdit" overlay-opacity="0.9" max-width="600px">
623620
<v-card>
624621
<v-card-title>
625622
<span v-if="!activeWebhook.id">Add a new&nbsp;</span>
@@ -735,11 +732,7 @@
735732
</v-card>
736733
</v-dialog>
737734

738-
<v-dialog
739-
v-model="showDiscordEdit"
740-
overlay-opacity="0.9"
741-
max-width="700px"
742-
>
735+
<v-dialog v-model="showDiscordEdit" overlay-opacity="0.9" max-width="700px">
743736
<v-card>
744737
<v-card-title>
745738
<span v-if="!activeDiscord.id">Add a new&nbsp;</span>

0 commit comments

Comments
 (0)