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
79d5fd59
Commit
79d5fd59
authored
Sep 28, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.0.3 sidebar menu name fixes
loading bar css for transparent background
parent
1d1f8210
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31 additions
and
5 deletions
+31
-5
app.css
app/app.css
+12
-0
app_routes.js
app/app_routes.js
+4
-2
sidebar.html
app/shared/templates/directives/sidebar.html
+1
-1
app.js
dist/app.js
+1
-1
app.css
dist/css/app.css
+12
-0
templates.js
dist/templates.js
+1
-1
No files found.
app/app.css
View file @
79d5fd59
...
@@ -1089,4 +1089,16 @@ table.dataTable thead .sorting:after {
...
@@ -1089,4 +1089,16 @@ table.dataTable thead .sorting:after {
position
:
absolute
;
position
:
absolute
;
right
:
0
;
right
:
0
;
top
:
auto
;
top
:
auto
;
}
/* loading bar */
.loadingbarfullsize
{
z-index
:
10001
;
position
:
fixed
;
width
:
100%
;
height
:
100%
;
top
:
0
;
left
:
0
;
background
:
rgba
(
0
,
0
,
2
,
0.2
);
}
}
\ No newline at end of file
app/app_routes.js
View file @
79d5fd59
...
@@ -49,10 +49,12 @@ app.config(['$routeProvider', function ($routeProvider) {
...
@@ -49,10 +49,12 @@ app.config(['$routeProvider', function ($routeProvider) {
$rootScope
.
$on
(
"$routeChangeStart"
,
function
(
event
,
next
,
current
)
{
$rootScope
.
$on
(
"$routeChangeStart"
,
function
(
event
,
next
,
current
)
{
// will be used when needed
// will be used when needed
});
});
}).
config
([
'$httpProvider'
,
function
(
$httpProvider
)
{
}).
config
([
'$httpProvider'
,
function
(
$httpProvider
)
{
// to send cookies CORS
// to send cookies CORS
$httpProvider
.
defaults
.
withCredentials
=
true
;
$httpProvider
.
defaults
.
withCredentials
=
true
;
}]).
run
(
function
(
gettextCatalog
)
{
}]).
run
(
function
(
gettextCatalog
)
{
gettextCatalog
.
setCurrentLanguage
(
'tr'
);
gettextCatalog
.
setCurrentLanguage
(
'tr'
);
gettextCatalog
.
debug
=
true
;
gettextCatalog
.
debug
=
true
;
});
}).
config
([
'cfpLoadingBarProvider'
,
function
(
cfpLoadingBarProvider
)
{
\ No newline at end of file
cfpLoadingBarProvider
.
spinnerTemplate
=
'<div><span class="fa fa-spinner loadingbarfullsize"></div>'
;
}]);
\ No newline at end of file
app/shared/templates/directives/sidebar.html
View file @
79d5fd59
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<a
href=
""
ng-click=
"check($index+1)"
><i
class=
"fa fa-wrench fa-fw"
></i>
{{ item[0] }}
<span
<a
href=
""
ng-click=
"check($index+1)"
><i
class=
"fa fa-wrench fa-fw"
></i>
{{ item[0] }}
<span
class=
"fa arrow"
></span></a>
class=
"fa arrow"
></span></a>
<ul
class=
"nav nav-second-level"
>
<ul
class=
"nav nav-second-level"
>
<li
ng-repeat=
"(k, v) in item[1]"
><a
href=
"#/{{v[1]}}"
ng-click=
"breadcrumb([item[0], v[0]])"
>
{{v[
1
]}}
</a></li>
<li
ng-repeat=
"(k, v) in item[1]"
><a
href=
"#/{{v[1]}}"
ng-click=
"breadcrumb([item[0], v[0]])"
>
{{v[
0
]}}
</a></li>
</ul>
</ul>
<!-- /.nav-second-level -->
<!-- /.nav-second-level -->
</li>
</li>
...
...
dist/app.js
View file @
79d5fd59
This diff is collapsed.
Click to expand it.
dist/css/app.css
View file @
79d5fd59
...
@@ -1104,6 +1104,18 @@ table.dataTable thead .sorting:after {
...
@@ -1104,6 +1104,18 @@ table.dataTable thead .sorting:after {
top
:
auto
;
top
:
auto
;
}
}
/* loading bar */
.loadingbarfullsize
{
z-index
:
10001
;
position
:
fixed
;
width
:
100%
;
height
:
100%
;
top
:
0
;
left
:
0
;
background
:
rgba
(
0
,
0
,
2
,
0.2
);
}
/*
/*
* metismenu - v1.1.3
* metismenu - v1.1.3
* Easy menu jQuery plugin for Twitter Bootstrap 3
* Easy menu jQuery plugin for Twitter Bootstrap 3
...
...
dist/templates.js
View file @
79d5fd59
...
@@ -949,7 +949,7 @@ angular.module("shared/templates/directives/sidebar.html", []).run(["$templateCa
...
@@ -949,7 +949,7 @@ angular.module("shared/templates/directives/sidebar.html", []).run(["$templateCa
" <a href=
\"\"
ng-click=
\"
check($index+1)
\"
><i class=
\"
fa fa-wrench fa-fw
\"
></i> {{ item[0] }}<span
\n
"
+
" <a href=
\"\"
ng-click=
\"
check($index+1)
\"
><i class=
\"
fa fa-wrench fa-fw
\"
></i> {{ item[0] }}<span
\n
"
+
" class=
\"
fa arrow
\"
></span></a>
\n
"
+
" class=
\"
fa arrow
\"
></span></a>
\n
"
+
" <ul class=
\"
nav nav-second-level
\"
>
\n
"
+
" <ul class=
\"
nav nav-second-level
\"
>
\n
"
+
" <li ng-repeat=
\"
(k, v) in item[1]
\"
><a href=
\"
#/{{v[1]}}
\"
ng-click=
\"
breadcrumb([item[0], v[0]])
\"
>{{v[
1
]}}</a></li>
\n
"
+
" <li ng-repeat=
\"
(k, v) in item[1]
\"
><a href=
\"
#/{{v[1]}}
\"
ng-click=
\"
breadcrumb([item[0], v[0]])
\"
>{{v[
0
]}}</a></li>
\n
"
+
" </ul>
\n
"
+
" </ul>
\n
"
+
" <!-- /.nav-second-level -->
\n
"
+
" <!-- /.nav-second-level -->
\n
"
+
" </li>
\n
"
+
" </li>
\n
"
+
...
...
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