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
Merge branch 'master' of github.com:2600hz/monster-ui-voip
4.3
Maxime Roux
11 years ago
parent
5b5491c91e
b064b8e45d
commit
7570ff8857
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
submodules/devices/devices.js
+1
-1
submodules/groups/groups.js
+1
-1
submodules/users/users.js
+ 1
- 1
submodules/devices/devices.js
View File
@ -90,7 +90,7 @@ define(function(require){
if
(
_deviceId
)
{
var
row
=
parent
.
find
(
'.grid-row[data-id='
+
_deviceId
+
']'
)
;
monster
.
ui
.
high
t
light
(
row
,
{
monster
.
ui
.
highlight
(
row
,
{
endColor
:
'#FCFCFC'
}
)
;
}
+ 1
- 1
submodules/groups/groups.js
View File
@ -52,7 +52,7 @@ define(function(require){
if
(
_groupId
)
{
var
cells
=
parent
.
find
(
'.grid-row[data-id='
+
_groupId
+
'] .grid-cell'
)
;
monster
.
ui
.
high
t
light
(
cells
)
;
monster
.
ui
.
highlight
(
cells
)
;
}
for
(
var
group
in
dataTemplate
.
groups
)
{
+ 1
- 1
submodules/users/users.js
View File
@ -217,7 +217,7 @@ define(function(require){
if
(
_userId
)
{
var
cells
=
parent
.
find
(
'.grid-row[data-id='
+
_userId
+
'] .grid-cell'
)
;
monster
.
ui
.
high
t
light
(
cells
)
;
monster
.
ui
.
highlight
(
cells
)
;
}
if
(
dataTemplate
.
users
.
length
==
0
)
{
Write
Preview
Loading…
Cancel
Save