Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
b3ba1dce
Commit
b3ba1dce
authored
Nov 25, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1c09ffdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
app/app-detail.component.html
app/app-detail.component.html
+8
-9
No files found.
app/app-detail.component.html
View file @
b3ba1dce
...
@@ -75,13 +75,6 @@
...
@@ -75,13 +75,6 @@
<div
*ngIf=
"currentApp.isInstalled()"
>
<div
*ngIf=
"currentApp.isInstalled()"
>
<h2>
本地文件
</h2>
<button
(click)=
"appsService.browse(currentApp)"
type=
"button"
class=
"btn btn-secondary"
>
浏览本地文件
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
校验完整性
</button>
<button
(click)=
"uninstall(currentApp)"
type=
"button"
class=
"btn btn-secondary"
>
{{'uninstall'|translate}}
</button>
<div
*ngIf=
"mods"
>
<div
*ngIf=
"mods"
>
<h2>
{{'mods'|translate}}
</h2>
<h2>
{{'mods'|translate}}
</h2>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
...
@@ -104,8 +97,8 @@
...
@@ -104,8 +97,8 @@
class=
"btn btn-primary btn-sm"
>
安装
class=
"btn btn-primary btn-sm"
>
安装
</button>
</button>
<progress
*ngIf=
"mod.status.status==='downloading'"
<progress
*ngIf=
"mod.status.status==='downloading'"
class=
"progress progress-striped progress-animated"
class=
"progress progress-striped progress-animated"
value=
"{{mod.status.progress}}"
max=
"{{mod.status.total}}"
></progress>
value=
"{{mod.status.progress}}"
max=
"{{mod.status.total}}"
></progress>
<div
*ngIf=
"mod.status.status==='waiting'"
>
<div
*ngIf=
"mod.status.status==='waiting'"
>
等待安装...
等待安装...
</div>
</div>
...
@@ -114,6 +107,12 @@
...
@@ -114,6 +107,12 @@
</tbody>
</tbody>
</table>
</table>
</div>
</div>
<h2>
本地文件
</h2>
<button
(click)=
"appsService.browse(currentApp)"
type=
"button"
class=
"btn btn-secondary"
>
浏览本地文件
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
校验完整性
</button>
<button
(click)=
"uninstall(currentApp)"
type=
"button"
class=
"btn btn-secondary"
>
{{'uninstall'|translate}}
</button>
</div>
</div>
<div
class=
"modal fade"
id=
"install-modal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
<div
class=
"modal fade"
id=
"install-modal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
...
...
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