Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zimbra-admin-api-js
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Public
zimbra-admin-api-js
Commits
94a5892c
Commit
94a5892c
authored
Jul 13, 2016
by
Juorder Gonzalez
Committed by
Juorder Antonio
Jul 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
enable again get config via parse rest api
parents
36198fff
33db3a3a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
10 deletions
+12
-10
index.jsx
src/index.jsx
+4
-4
_modal.scss
src/sass/components/_modal.scss
+1
-1
_panel_add.scss
src/sass/components/_panel_add.scss
+2
-1
_tabs.scss
src/sass/components/_tabs.scss
+5
-4
No files found.
src/index.jsx
View file @
94a5892c
...
@@ -24,7 +24,6 @@ import DistributionLists from './components/distribution/distribution_lists.jsx'
...
@@ -24,7 +24,6 @@ import DistributionLists from './components/distribution/distribution_lists.jsx'
import
EditDistributionList
from
'./components/distribution/edit_distribution_lists.jsx'
;
import
EditDistributionList
from
'./components/distribution/edit_distribution_lists.jsx'
;
import
SearchView
from
'./components/search/search.jsx'
;
import
SearchView
from
'./components/search/search.jsx'
;
import
SalesForm
from
'./components/sales/sales.jsx'
;
import
SalesForm
from
'./components/sales/sales.jsx'
;
import
*
as
Client
from
'./utils/client.jsx'
;
import
*
as
Client
from
'./utils/client.jsx'
;
import
*
as
Utils
from
'./utils/utils.jsx'
;
import
*
as
Utils
from
'./utils/utils.jsx'
;
import
Constants
from
'./utils/constants.jsx'
;
import
Constants
from
'./utils/constants.jsx'
;
...
@@ -46,14 +45,15 @@ const notFoundParams = {
...
@@ -46,14 +45,15 @@ const notFoundParams = {
function
preRenderSetup
(
callwhendone
)
{
function
preRenderSetup
(
callwhendone
)
{
const
d1
=
Client
.
getClientConfig
(
const
d1
=
Client
.
getClientConfig
(
(
data
)
=>
{
(
data
)
=>
{
const
config
=
data
.
result
||
data
;
if
(
!
data
)
{
if
(
!
config
)
{
return
;
return
;
}
}
global
.
window
.
manager_config
=
data
;
global
.
window
.
manager_config
=
config
;
if
(
data
.
debug
)
{
if
(
config
.
debug
)
{
global
.
window
.
Client
=
Client
;
global
.
window
.
Client
=
Client
;
global
.
window
.
Utils
=
Utils
;
global
.
window
.
Utils
=
Utils
;
}
}
...
...
src/sass/components/_modal.scss
View file @
94a5892c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
}
}
.inmodal
.color-line
{
.inmodal
.color-line
{
border-
radius
:
4px
4px
0
0
;
border-
top-left-radius
:
4px
;
}
}
.modal-content
{
.modal-content
{
...
...
src/sass/components/_panel_add.scss
View file @
94a5892c
...
@@ -8,7 +8,8 @@
...
@@ -8,7 +8,8 @@
.new-fields-list
{
.new-fields-list
{
.listed-field
{
.listed-field
{
margin
:
8px
0
0
10px
;
margin-left
:
10px
;
margin-top
:
8px
;
input
{
input
{
margin-right
:
5px
;
margin-right
:
5px
;
...
...
src/sass/components/_tabs.scss
View file @
94a5892c
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
>
li
{
>
li
{
>
a
{
>
a
{
border-
radius
:
4px
0
0
4px
;
border-
top-left-radius
:
4px
;
margin-right
:
-1px
;
margin-right
:
-1px
;
}
}
}
}
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
>
li
{
>
li
{
>
a
{
>
a
{
border-
radius
:
0
4px
4px
0
;
border-
bottom-right-radius
:
4px
;
margin-left
:
-1px
;
margin-left
:
-1px
;
}
}
}
}
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
margin-top
:
-1px
;
margin-top
:
-1px
;
>
a
{
>
a
{
border-
radius
:
0
0
4px
4px
;
border-
bottom-left-radius
:
4px
;
}
}
}
}
}
}
...
@@ -120,7 +120,8 @@
...
@@ -120,7 +120,8 @@
.tabs-left
>
.nav-tabs
.active
>
a
,
.tabs-left
>
.nav-tabs
.active
>
a
,
.tabs-left
>
.nav-tabs
.active
>
a
:hover
,
.tabs-left
>
.nav-tabs
.active
>
a
:hover
,
.tabs-left
>
.nav-tabs
.active
>
a
:focus
{
.tabs-left
>
.nav-tabs
.active
>
a
:focus
{
border-color
:
$border-color
transparent
$border-color
$border-color
;
border-color
:
$border-color
;
border-right-color
:
transparent
;
}
}
.tabs-right
>
.nav-tabs
>
li
>
a
:hover
,
.tabs-right
>
.nav-tabs
>
li
>
a
:hover
,
...
...
Write
Preview
Markdown
is supported
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