Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vladislav Rykov
THSO.server
Commits
2a93dd42
Commit
2a93dd42
authored
Jul 02, 2020
by
Vladislav Rykov
Browse files
suspend sms alert development
parent
5b4011ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/app/templates/new/admin/user-new-alert.html
View file @
2a93dd42
...
...
@@ -60,7 +60,7 @@
<select
class=
'form-control notifelem'
name=
'alerttype'
id=
'alerttype'
onchange=
"return onalerttype();"
required
>
<option
selected=
"selected"
value=
"email"
>
Email
</option>
<option
value=
"telegram"
>
Telegram Message
</option>
<option
value=
"sms"
>
SMS Message
</option>
<!--
<option value="sms">SMS Message</option>
-->
</select>
<br>
...
...
app/app/templates/new/public/new-alert.html
View file @
2a93dd42
...
...
@@ -59,7 +59,7 @@
<select
class=
'form-control notifelem'
name=
'alerttype'
id=
'alerttype'
onchange=
"return onalerttype();"
required
>
<option
selected=
"selected"
value=
"email"
>
Email
</option>
<option
value=
"telegram"
>
Telegram Message
</option>
<option
value=
"sms"
>
SMS Message
</option>
<!--
<option value="sms">SMS Message</option>
-->
</select>
<br>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment