Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
a153d615
Commit
a153d615
authored
Oct 24, 2018
by
sherlock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug:app-overview:listView\cardView
parent
4af55d75
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app-overview.html
.../main/webapp/app/framework/app-overview/app-overview.html
+3
-3
vat.js
atms-web/src/main/webapp/bundles/vat.js
+0
-0
No files found.
atms-web/src/main/webapp/app/framework/app-overview/app-overview.html
View file @
a153d615
...
...
@@ -75,9 +75,9 @@
<div
style=
"overflow:hidden;display:inline-block;margin-left:30px;"
ng-show=
"serviceTypeId ==='12' && updateStatus"
>
<button
type=
"button"
class=
"btn btn-in-grid"
ng-show=
"serviceTypeId ==='12' && updateStatus"
ngf-select=
""
ng-model=
"productFileName"
ngf-drag-over-class=
"'dragover'"
accept=
".xls,.xlsx"
ngf-multiple=
"false"
ngf-allow-dir=
"false"
><i
class=
"material-icons middle"
>
add_circle_outline
</i>
导入
</button>
</div>
<
a
href=
""
ng-click=
"toggleView('workflowView')"
ng-class=
"{true:'active',false:'inactive'}[currentView == 'workflowView']"
><i
class=
"fa fa-tasks"
aria-hidden=
"true"
></i></a
>
<
!--<a href="" ng-click="toggleView('listView')" ng-class="{true:'active',false:'inactive'}[currentView == 'listView']"><i class="fa fa-list-ul" aria-hidden="true"></i></a>--
>
<!-- <a href="" ng-click="toggleView('cardView')" ng-class="{true:'active',false:'inactive'}[currentView == 'cardView']"><i class="fa fa-th" aria-hidden="true"></i></a>--
>
<
!--<a href="" ng-click="toggleView('workflowView')" ng-class="{true:'active',false:'inactive'}[currentView == 'workflowView']"><i class="fa fa-tasks" aria-hidden="true"></i></a>--
>
<
a
href=
""
ng-click=
"toggleView('listView')"
ng-class=
"{true:'active',false:'inactive'}[currentView == 'listView']"
><i
class=
"fa fa-list-ul"
aria-hidden=
"true"
></i></a
>
<a
href=
""
ng-click=
"toggleView('cardView')"
ng-class=
"{true:'active',false:'inactive'}[currentView == 'cardView']"
><i
class=
"fa fa-th"
aria-hidden=
"true"
></i></a
>
<div
class=
"button-sort"
ng-if=
"currentView == 'cardView'"
>
<button
type=
"button"
class=
"btn btn-default dropdown-toggle"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
{{ 'OrderBy' | translate }}
<span
class=
"glyphicon glyphicon-sort"
></span>
...
...
atms-web/src/main/webapp/bundles/vat.js
View file @
a153d615
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