Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
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
Narendar Vakiti
mytime
Commits
110dcaea
Commit
110dcaea
authored
Sep 07, 2018
by
Vanavaraju
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MT-168 Updated inner page styles
parent
c96ed97b
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
82 additions
and
152 deletions
+82
-152
custom-theme.css
src/main/webapp/WEB-INF/css/custom-theme.css
+12
-8
accounts.html
src/main/webapp/WEB-INF/templates/accounts.html
+11
-23
domains.html
src/main/webapp/WEB-INF/templates/domains.html
+11
-22
onsiteTravelsList.html
src/main/webapp/WEB-INF/templates/onsiteTravelsList.html
+8
-23
projects.html
src/main/webapp/WEB-INF/templates/projects.html
+13
-14
roles.html
src/main/webapp/WEB-INF/templates/roles.html
+18
-39
visaList.html
src/main/webapp/WEB-INF/templates/visaList.html
+9
-23
No files found.
src/main/webapp/WEB-INF/css/custom-theme.css
View file @
110dcaea
...
@@ -145,7 +145,7 @@ i.fa.fa-refresh:hover {
...
@@ -145,7 +145,7 @@ i.fa.fa-refresh:hover {
/* Left Section */
/* Left Section */
#sidebar-left
{
#sidebar-left
{
float
:
left
;
float
:
left
;
transition
:
width
0.
5
s
ease-out
;
transition
:
width
0.
4
s
ease-out
;
/* margin: 0 15px 0 0; */
/* margin: 0 15px 0 0; */
width
:
215px
;
width
:
215px
;
}
}
...
@@ -194,12 +194,11 @@ i.fa.fa-refresh:hover {
...
@@ -194,12 +194,11 @@ i.fa.fa-refresh:hover {
display
:
none
;
display
:
none
;
}
}
#sidebar-left
.small-menu
#sidebar-wrapper
.sidebar-nav
li
a
{
#sidebar-left
.small-menu
#sidebar-wrapper
.sidebar-nav
li
a
{
padding-left
:
10px
;
text-align
:
center
;
text-align
:
center
;
}
}
#sidebar-left
.small-menu
#sidebar-wrapper
.sidebar-nav
li
ul
{
#sidebar-left
.small-menu
#sidebar-wrapper
.sidebar-nav
li
ul
{
/* background: #fafafc; */
background
:
#fafafc
;
margin
:
0
0
0
15px
;
padding-left
:
15px
;
}
}
#sidebar-wrapper
.sidebar-nav
li
a
i
{
#sidebar-wrapper
.sidebar-nav
li
a
i
{
...
@@ -228,7 +227,7 @@ i.fa.fa-refresh:hover {
...
@@ -228,7 +227,7 @@ i.fa.fa-refresh:hover {
color
:
#fff
;
color
:
#fff
;
}
}
#sidebar-left
.small-menu
{
#sidebar-left
.small-menu
{
transition
:
width
0.
5
s
ease-out
;
transition
:
width
0.
4
s
ease-out
;
width
:
85px
;
width
:
85px
;
}
}
...
@@ -262,12 +261,12 @@ i.fa.fa-refresh:hover {
...
@@ -262,12 +261,12 @@ i.fa.fa-refresh:hover {
margin-left
:
-15px
;
margin-left
:
-15px
;
text-align
:
right
;
text-align
:
right
;
}
}
.add-emp
button
{
.add-emp
button
,
.add-btn
{
font-size
:
11px
;
font-size
:
11px
;
height
:
auto
;
height
:
auto
;
line-height
:
normal
;
line-height
:
normal
;
min-height
:
auto
;
min-height
:
auto
;
margin
:
0
0
7
px
8px
;
margin
:
0
8px
5
px
8px
;
padding
:
8px
;
padding
:
8px
;
}
}
.add-emp
button
i
{
.add-emp
button
i
{
...
@@ -335,8 +334,12 @@ i.fa.fa-refresh:hover {
...
@@ -335,8 +334,12 @@ i.fa.fa-refresh:hover {
margin
:
0
;
margin
:
0
;
}
}
#footer
.footer
.img
{
#footer
.footer
.img
{
margin
:
6px
0
0
0
;
margin
:
6px
-10px
0
0
;
}
}
#footer
.navbar-inverse
.copyrights
+
div
{
padding-right
:
0
;
}
/* Grid Styles */
/* Grid Styles */
.ui-grid-contents-wrapper
{
.ui-grid-contents-wrapper
{
...
@@ -346,6 +349,7 @@ i.fa.fa-refresh:hover {
...
@@ -346,6 +349,7 @@ i.fa.fa-refresh:hover {
}
}
.ui-grid-viewport
{
.ui-grid-viewport
{
/* border: 1px solid #cccccc; */
/* border: 1px solid #cccccc; */
overflow
:
auto
!important
;
/* Need to check with JS code and remove */
}
}
.ui-grid-contents-wrapper
.ui-grid-header
{
.ui-grid-contents-wrapper
.ui-grid-header
{
border
:
none
;
border
:
none
;
...
...
src/main/webapp/WEB-INF/templates/accounts.html
View file @
110dcaea
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
<div
class=
"md-padding"
id=
"Container"
ng-controller=
"assignAccountsController"
id=
"Container"
ng-controller=
"assignAccountsController"
ng-init=
"getAccountDetails()"
>
ng-init=
"getAccountDetails()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
<h1
class=
"no-padding"
>
Manage Accounts
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage Accounts
</p>
<span
class=
"right"
>
<p
align=
"right"
class=
"col-xs-1"
<md-button
class=
"md-raised md-primary add-btn"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
ng-click=
"addAccount('Add', parentData)"
>
<i
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
class=
"fa fa-plus-circle fa-1x"
></i>
Add Account
</md-button>
ng-click=
"refreshPage()"
></i>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
</span>
</h1>
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
</div>
</div>
</div>
</div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-8"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 2% 0% 0% 124%;"
ng-click=
"addAccount('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
Account
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;"
>
class=
"myGrid"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
data available
</div>
</div>
</div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
</div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/domains.html
View file @
110dcaea
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"domainController"
id=
"popupContainer"
ng-controller=
"domainController"
ng-init=
"getDomains();getEmployeesToTeam();"
>
ng-init=
"getDomains();getEmployeesToTeam();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
<h1
class=
"no-padding"
>
Manage Domains
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage
<span
class=
"right"
>
Domains
</p>
<md-button
class=
"add-btn md-raised md-primary"
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-8"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 0% 0% 0% 124%;"
ng-click=
"addDomain('Add', parentData)"
>
<i
ng-click=
"addDomain('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
class=
"fa fa-plus-circle fa-1x"
></i>
Add
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
Domain
</md-button>
Domain
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span>
</h1>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px; margin-top: 10px"
>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px; margin-top: 10px"
>
...
...
src/main/webapp/WEB-INF/templates/onsiteTravelsList.html
View file @
110dcaea
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"travelController"
id=
"popupContainer"
ng-controller=
"travelController"
ng-init=
"getEmpVisas();getEmployeesToTeam();"
>
ng-init=
"getEmpVisas();getEmployeesToTeam();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-12"
>
<
p
align=
"center"
class=
"col-xs-11"
<
h1
class=
"no-padding"
>
Manage Travels
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage Travels
</p
>
<span
class=
"right"
>
<p
align=
"right"
class=
"col-xs-1"
<md-button
class=
"add-btn md-raised md-primary"
ng-click=
"assignRole('Add', parentData)"
>
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-plus-circle fa-1x"
></i>
Add Travel Request
</md-button
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
ng-click=
"refreshPage()"
></i
>
</span
>
</
p
>
</
h1
>
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
</div>
</div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-1"
style=
"float: left;padding-left:20px;"
>
</div>
<div
class=
"col-lg-1"
style=
"cursor: pointer; float: right; right: 75px;"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue;"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add Travel Request
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"grid"
style=
"width:99%;height:380px;"
>
class=
"grid"
style=
"width:99%;height:380px;"
>
...
...
src/main/webapp/WEB-INF/templates/projects.html
View file @
110dcaea
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"projectController"
id=
"popupContainer"
ng-controller=
"projectController"
ng-init=
"getProjects();getManagerDetails();"
>
ng-init=
"getProjects();getManagerDetails();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-12"
>
<h1
class=
"no-padding"
>
Manage Projects
<span
class=
"right"
>
<md-button
class=
"add-btn md-raised md-primary"
ng-click=
"addProject('Assign', parentData)"
>
<i
class=
"fa fa-plus-circle fa-1x"
></i>
Add
Project
</md-button>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</span>
</h1>
</div>
<!-- <div class="col-lg-12">
<p align="center" class="col-xs-11"
<p align="center" class="col-xs-11"
style="vertical-align: middle; font-weight: bold; font-size: 30px;">Manage Projects</p>
style="vertical-align: middle; font-weight: bold; font-size: 30px;">Manage Projects</p>
<p align="right" class="col-xs-1"
<p align="right" class="col-xs-1"
...
@@ -11,22 +21,11 @@
...
@@ -11,22 +21,11 @@
<i class="fa fa-refresh" aria-hidden="true"
<i class="fa fa-refresh" aria-hidden="true"
ng-click="refreshPage()"></i>
ng-click="refreshPage()"></i>
</p>
</p>
</div>
</div>
-->
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
</div>
</div>
</div>
</div>
<div
class=
"row col-lg-12"
>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-8"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 2% 0% 0% 124%;"
ng-click=
"addProject('Assign', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
Project
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;"
>
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;"
>
...
...
src/main/webapp/WEB-INF/templates/roles.html
View file @
110dcaea
<style>
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"assignRoleController"
.grid-align
{
text-align
:
left
;
}
</style>
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
id=
"popupContainer"
ng-controller=
"assignRoleController"
ng-init=
"getUserRoles()"
>
ng-init=
"getUserRoles()"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-6"
>
<p
align=
"center"
class=
"col-xs-11"
<h1
class=
"no-padding"
>
Manage Employees
</h1>
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage
Employees
</p>
<p
align=
"right"
class=
"col-xs-1"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"col-lg-6 add-emp no-padding"
>
</div>
<span>
</div>
<input
type=
"radio"
ng-model=
"status"
value=
"Active"
ng-click=
"getUserRoles()"
>
Active
<div
class=
"row col-lg-12"
>
<input
type=
"radio"
ng-model=
"status"
value=
"In Active"
ng-click=
"getUserRoles()"
>
Inactive
<div
class=
"col-lg-8"
>
<input
type=
"radio"
ng-model=
"status"
value=
"both"
ng-click=
"getUserRoles()"
>
Both
</span>
<label
class=
""
for=
"submitBtn"
>
</label>
<label
class=
""
for=
"submitBtn"
>
</label>
<md-button
<md-button
class=
"md-raised md-primary"
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue; margin: 2% 0% 0% 124%;"
ng-click=
"assignRole('Add', parentData)"
>
<i
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
class=
"fa fa-plus-circle fa-2x"
></i>
Add Employee
</md-button>
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
Employee
</md-button>
<!-- </label> -->
</div>
</div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"form-group col-lg-7 col-md-7 col-sm-7 col-xs-12"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<input
type=
"radio"
ng-model=
"status"
value=
"Active"
ng-click=
"getUserRoles()"
>
Active
<input
type=
"radio"
ng-model=
"status"
value=
"In Active"
ng-click=
"getUserRoles()"
>
Inactive
<input
type=
"radio"
ng-model=
"status"
value=
"both"
ng-click=
"getUserRoles()"
>
Both
</div>
</div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
class=
"row col-lg-12"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
class=
"myGrid"
style=
"width:99%;height:370px;margin-left:0px;"
>
class=
"myGrid"
>
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
<div
class=
"watermark"
ng-show=
"!gridOptions.data.length"
>
No
data available
</div>
data available
</div>
...
@@ -52,7 +32,7 @@
...
@@ -52,7 +32,7 @@
</div>
</div>
<div
class=
"form-horizontal"
>
<div
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<div
class=
"form-inline col-lg-12"
style=
"margin-left: 10px;"
>
<div
class=
"form-inline col-lg-12"
>
<!-- <div class="form-group col-lg-3 col-md-4 col-sm-6 col-xs-12">
<!-- <div class="form-group col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="input-group"
<div class="input-group"
style="">
style="">
...
@@ -85,5 +65,4 @@
...
@@ -85,5 +65,4 @@
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
</div>
</div>
\ No newline at end of file
src/main/webapp/WEB-INF/templates/visaList.html
View file @
110dcaea
<div
class=
"md-padding"
style=
"width: 100%; padding: 3px 0px 0px 0px;"
<div
class=
"md-padding"
id=
"popupContainer"
ng-controller=
"visaController"
id=
"popupContainer"
ng-controller=
"visaController"
ng-init=
"getEmpVisas();getEmployeesToTeam();"
>
ng-init=
"getEmpVisas();getEmployeesToTeam();"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"container-fluid mainDivHeaderClass"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-12"
>
<p
align=
"center"
class=
"col-xs-11"
<h1
class=
"no-padding"
>
Manage Visa
style=
"vertical-align: middle; font-weight: bold; font-size: 30px;"
>
Manage Visa
</p>
<span
class=
"right"
>
<p
align=
"right"
class=
"col-xs-1"
<md-button
class=
"add-btn md-raised md-primary"
style=
"vertical-align: middle; font-weight: bold; font-size: 1.5em; margin-top: 8px; cursor: pointer;"
>
ng-click=
"assignRole('Add', parentData)"
>
<i
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
class=
"fa fa-plus-circle fa-1x"
></i>
Add Visa Details
</md-button>
ng-click=
"refreshPage()"
></i>
<i
class=
"fa fa-refresh"
aria-hidden=
"true"
ng-click=
"refreshPage()"
></i>
</p>
</span>
</h1>
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
</div>
</div>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
>
<div
class=
"row col-lg-12"
>
<div
class=
"col-lg-1"
style=
"float: left;padding-left:20px;"
>
</div>
<div
class=
"col-lg-1"
style=
"cursor: pointer; float: right; right: 75px;"
>
<md-button
class=
"md-raised md-primary"
style=
"width:142px;background: cadetblue;"
ng-click=
"assignRole('Add', parentData)"
>
<i
class=
"fa fa-plus-circle fa-2x"
style=
"margin-top: 5px; font-size: 1.5em; float: left"
></i>
Add Visa Details
</md-button>
</div>
</div>
<div
class=
"row col-lg-12"
style=
"height: 15px;"
></div>
<div
class=
"row col-lg-12"
style=
"margin-left: 0px;"
>
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
ui-grid-cell-contents
<div
id=
"gridTest"
ui-grid=
"gridOptions"
ui-grid-pagination
ui-grid-cell-contents
class=
"grid"
style=
"width:99%;height:380px;"
>
class=
"grid"
style=
"width:99%;height:380px;"
>
...
...
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