Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
apollo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
apollo
Commits
b084ef2d
Commit
b084ef2d
authored
Feb 16, 2017
by
lepdou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove text modal operate button a tag
parent
cecaf5ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
26 deletions
+21
-26
apollo-portal/src/main/resources/static/views/component/namespace-panel-master-tab.html
...es/static/views/component/namespace-panel-master-tab.html
+21
-26
No files found.
apollo-portal/src/main/resources/static/views/component/namespace-panel-master-tab.html
View file @
b084ef2d
...
@@ -9,11 +9,11 @@
...
@@ -9,11 +9,11 @@
<div
class=
"col-md-6 col-sm-6 header-namespace"
>
<div
class=
"col-md-6 col-sm-6 header-namespace"
>
<span
class=
"cursor-pointer"
<span
class=
"cursor-pointer"
data-toggle=
"collapse"
data-target=
"#BODY{{namespace.id}}"
aria-expanded=
"false"
data-toggle=
"collapse"
data-target=
"#BODY{{namespace.id}}"
aria-expanded=
"false"
ng-click=
"namespace.displayControl.show = !namespace.displayControl.show"
>
ng-click=
"namespace.displayControl.show = !namespace.displayControl.show"
>
<span
class=
"glyphicon glyphicon-triangle-bottom small"
<span
class=
"glyphicon glyphicon-triangle-bottom small"
ng-show=
"namespace.displayControl.show"
></span>
ng-show=
"namespace.displayControl.show"
></span>
<span
class=
"glyphicon glyphicon-triangle-top small"
<span
class=
"glyphicon glyphicon-triangle-top small"
ng-show=
"!namespace.displayControl.show"
></span>
ng-show=
"!namespace.displayControl.show"
></span>
<b
class=
"namespace-name"
ng-bind=
"namespace.viewName"
<b
class=
"namespace-name"
ng-bind=
"namespace.viewName"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"点击展开/收缩Namespace"
></b>
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"点击展开/收缩Namespace"
></b>
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
</a>
</a>
<div
class=
"btn-group"
<div
class=
"btn-group"
ng-show=
"namespace.hasModifyPermission || namespace.hasReleasePermission || hasAssignUserPermission"
>
ng-show=
"namespace.hasModifyPermission || namespace.hasReleasePermission || hasAssignUserPermission"
>
<button
type=
"button"
class=
"btn btn-default btn-sm dropdown-toggle"
<button
type=
"button"
class=
"btn btn-default btn-sm dropdown-toggle"
data-toggle=
"dropdown"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
aria-haspopup=
"true"
aria-expanded=
"false"
>
...
@@ -129,31 +129,26 @@
...
@@ -129,31 +129,26 @@
</ul>
</ul>
</div>
</div>
<div
class=
"col-md-6 col-sm-6 text-right"
>
<div
class=
"col-md-6 col-sm-6 text-right"
>
<a
class=
"clipboard"
<img
src=
"img/copy.png"
class=
"ns_btn clipboard cursor-pointer"
data-clipboard-text=
"{{namespace.text}}"
data-clipboard-text=
"{{namespace.text}}"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"复制文本"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"复制文本"
ng-show=
"!namespace.isTextEditing && namespace.viewType == 'text' && namespace.hasModifyPermission"
>
ng-show=
"!namespace.isTextEditing && namespace.viewType == 'text' && namespace.hasModifyPermission"
>
<img
src=
"img/copy.png"
class=
"ns_btn"
>
</a>
<a
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"取消修改"
<img
src=
"img/cancel.png"
class=
"ns_btn cursor-pointer"
ng-show=
"namespace.isTextEditing && namespace.viewType == 'text'"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"取消修改"
ng-click=
"toggleTextEditStatus(namespace)"
>
ng-show=
"namespace.isTextEditing && namespace.viewType == 'text'"
<img
src=
"img/cancel.png"
class=
"ns_btn"
>
ng-click=
"toggleTextEditStatus(namespace)"
>
</a>
<img
src=
"img/edit.png"
class=
"ns_btn cursor-pointer"
<a
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"修改配置"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"修改配置"
ng-show=
"!namespace.isTextEditing && namespace.viewType == 'text' && namespace.hasModifyPermission"
ng-show=
"!namespace.isTextEditing && namespace.viewType == 'text' && namespace.hasModifyPermission"
ng-click=
"toggleTextEditStatus(namespace)"
>
ng-click=
"toggleTextEditStatus(namespace)"
>
<img
src=
"img/edit.png"
class=
"ns_btn"
>
</a>
<a
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"提交修改"
<img
src=
"img/submit.png"
class=
"ns_btn cursor-pointer"
data-toggle=
"modal"
data-target=
"#commitModal"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"提交修改"
ng-show=
"namespace.isTextEditing && namespace.viewType == 'text'"
data-toggle=
"modal"
data-target=
"#commitModal"
ng-click=
"modifyByText(namespace)"
>
ng-show=
"namespace.isTextEditing && namespace.viewType == 'text'"
<img
src=
"img/submit.png"
class=
"ns_btn"
>
ng-click=
"modifyByText(namespace)"
>
</a>
<button
type=
"button"
class=
"btn btn-default btn-sm"
<button
type=
"button"
class=
"btn btn-default btn-sm"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"按Key过滤配置"
data-tooltip=
"tooltip"
data-placement=
"bottom"
title=
"按Key过滤配置"
...
...
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