Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
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
ulakbus
ulakbus-ui
Commits
2caa74eb
Commit
2caa74eb
authored
Nov 18, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temp dist for nightly
parent
f816eef2
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
300 additions
and
225 deletions
+300
-225
app.js
app/app.js
+1
-2
main.js
app/main.js
+1
-2
app.js
dist/app.js
+2
-2
components.js
dist/bower_components/components.js
+1
-1
app.css
dist/css/app.css
+14
-13
templates.js
dist/templates.js
+281
-205
No files found.
app/app.js
View file @
2caa74eb
...
...
@@ -34,8 +34,7 @@ var app = angular.module(
*/
constant
(
"RESTURL"
,
(
function
()
{
// todo: below backendurl definition is for development purpose and will be deleted
//var subdomain = ;
var
backendurl
=
"http://api.ulakbus.net/"
;
var
backendurl
=
location
.
href
.
indexOf
(
'nightly'
)
?
"//nightly.api.ulakbus.net"
:
"//api.ulakbus.net/"
;
if
(
document
.
cookie
.
indexOf
(
"backendurl"
)
>
-
1
)
{
var
cookiearray
=
document
.
cookie
.
split
(
';'
);
angular
.
forEach
(
cookiearray
,
function
(
item
)
{
...
...
app/main.js
View file @
2caa74eb
...
...
@@ -39,8 +39,7 @@ var app = angular.module(
*/
constant
(
"RESTURL"
,
(
function
()
{
// todo: below backendurl definition is for development purpose and will be deleted
//var subdomain = ;
var
backendurl
=
"http://api.ulakbus.net/"
;
var
backendurl
=
location
.
href
.
indexOf
(
'nightly'
)
?
"//nightly.api.ulakbus.net"
:
"//api.ulakbus.net/"
;
if
(
document
.
cookie
.
indexOf
(
"backendurl"
)
>
-
1
)
{
var
cookiearray
=
document
.
cookie
.
split
(
';'
);
angular
.
forEach
(
cookiearray
,
function
(
item
)
{
...
...
dist/app.js
View file @
2caa74eb
This diff is collapsed.
Click to expand it.
dist/bower_components/components.js
View file @
2caa74eb
This diff is collapsed.
Click to expand it.
dist/css/app.css
View file @
2caa74eb
...
...
@@ -341,7 +341,7 @@ select {
.manager-view-header
{
/*width:100%;*/
width
:
calc
(
100%
-
300px
);
/*width: calc(100% - 300px);*/
padding
:
10px
;
background-color
:
#fff
;
border-bottom
:
1px
solid
#ccc
;
...
...
@@ -1501,9 +1501,14 @@ table.dataTable thead .sorting:after {
border-right-width
:
14px
;
border-left-width
:
0
;
}
.sidebar
{
width
:
100%
!important
;
}
.brand
{
text-align
:
center
;
.brand
,
footer
{
display
:
none
;
}
.logo
img
{
...
...
@@ -1519,18 +1524,12 @@ table.dataTable thead .sorting:after {
overflow
:
auto
;
}
.sidebar
footer
{
text-align
:
center
;
font-family
:
'robotomedium'
;
background-color
:
#F1F1F1
;
padding
:
15px
;
color
:
#A7A7A7
;
border-bottom
:
1px
solid
#ccc
;
}
.sidebar-collapse-button
{
display
:
none
;
}
.right-sidebar
{
display
:
none
;
}
}
...
...
@@ -1650,7 +1649,9 @@ table.dataTable thead .sorting:after {
}
/* end page transitions */
.movetobottom
{
margin-right
:
10px
!important
;
}
/*
* metismenu - v1.1.3
...
...
dist/templates.js
View file @
2caa74eb
This diff is collapsed.
Click to expand it.
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