This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
UI-3258: Use correct data prop to check against emergency service (
#103
)
4.3
Joris Tirado
7 years ago
parent
91f8d0cccf
commit
0f41fb3eba
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
submodules/devices/views/devices-ata.html
+1
-1
submodules/devices/views/devices-fax.html
+1
-1
submodules/devices/views/devices-mobile.html
+1
-1
submodules/devices/views/devices-sip_device.html
+1
-1
submodules/devices/views/devices-softphone.html
+ 1
- 1
submodules/devices/views/devices-ata.html
View File
@ -133,7 +133,7 @@
<
/
div
>
<
/
div
>
{{#if showEmergencyC
nam
}}
{{#if showEmergencyC
allerId
}}
<
div
class
=
"tabs-section clearfix"
data-section
=
"callerId"
>
<
div
class
=
"title"
>
{{ i18n.devices.popupSettings.callerId.sectionTitle }}
+ 1
- 1
submodules/devices/views/devices-fax.html
View File
@ -153,7 +153,7 @@
<
/
div
>
<
/
div
>
{{#if showEmergencyC
nam
}}
{{#if showEmergencyC
allerId
}}
<
div
class
=
"tabs-section clearfix"
data-section
=
"callerId"
>
<
div
class
=
"title"
>
{{ i18n.devices.popupSettings.callerId.sectionTitle }}
+ 1
- 1
submodules/devices/views/devices-mobile.html
View File
@ -169,7 +169,7 @@
<
/
div
>
<
/
div
>
{{#if showEmergencyC
nam
}}
{{#if showEmergencyC
allerId
}}
<
div
class
=
"tabs-section clearfix"
data-section
=
"callerId"
>
<
div
class
=
"title"
>
{{ i18n.devices.popupSettings.callerId.sectionTitle }}
+ 1
- 1
submodules/devices/views/devices-sip_device.html
View File
@ -212,7 +212,7 @@
<
/
div
>
<
/
div
>
{{#if showEmergencyC
nam
}}
{{#if showEmergencyC
allerId
}}
<
div
class
=
"tabs-section clearfix"
data-section
=
"callerId"
>
<
div
class
=
"title"
>
{{ i18n.devices.popupSettings.callerId.sectionTitle }}
+ 1
- 1
submodules/devices/views/devices-softphone.html
View File
@ -159,7 +159,7 @@
<
/
div
>
<
/
div
>
{{#if showEmergencyC
nam
}}
{{#if showEmergencyC
allerId
}}
<
div
class
=
"tabs-section clearfix"
data-section
=
"callerId"
>
<
div
class
=
"title"
>
{{ i18n.devices.popupSettings.callerId.sectionTitle }}
Write
Preview
Loading…
Cancel
Save