@@ -21,18 +21,24 @@ <h3 class="pb-3 mb-4 font-italic border-bottom">
21
21
< table class ="table table-hover ">
22
22
< thead >
23
23
< th > 项目名</ th >
24
- < th > 项目远程地址</ th >
24
+ {# < th > 项目远程地址</ th > #}
25
25
{# < th > 项目本地地址</ th > #}
26
26
{# < th > 项目添加时间</ th > #}
27
+ < th > 状态</ th >
27
28
< th > 详情</ th >
28
29
</ thead >
29
30
< tbody >
30
31
{% for repo in repo_status %}
31
32
< tr >
32
33
< td > {{ repo.REPONAME }}</ td >
33
- < td > {{ repo.REPOURL }}</ td >
34
+ {# < td > {{ repo.REPOURL }}</ td > #}
34
35
{# < td > {{ repo.REPOLOCALPATH }}</ td > #}
35
36
{# < td > {{ repo.CLONETIME }}</ td > #}
37
+ < td >
38
+ < button type ="button " class ="btn btn-success ">
39
+ 成功 < span class ="badge badge-light "> 1</ span >
40
+ </ button >
41
+ </ td >
36
42
< td > < a href ="{{ url_for('show_repositories',repo_name =repo.REPONAME) }} "> 详情</ a > </ td >
37
43
</ tr >
38
44
{% endfor %}
@@ -55,21 +61,24 @@ <h3 class="pb-3 mb-4 font-italic border-bottom">
55
61
<!-- 轮播图片 -->
56
62
< div class ="carousel-inner ">
57
63
< div class ="carousel-item active ">
58
- < img src ="{{ url_for('static', filename='images/github.jpg') }} " height ="300px " width ="300px ">
64
+ < img src ="{{ url_for('static', filename='images/github.jpg') }} " height ="300px "
65
+ width ="300px ">
59
66
< div class ="carousel-caption ">
60
67
< h3 > Github</ h3 >
61
68
< p > GitHub是一个面向开源及私有软件项目的托管平台</ p >
62
69
</ div >
63
70
</ div >
64
71
< div class ="carousel-item ">
65
- < img src ="{{ url_for('static', filename='images/gitlab.png') }} " height ="300px " width ="300px ">
72
+ < img src ="{{ url_for('static', filename='images/gitlab.png') }} " height ="300px "
73
+ width ="300px ">
66
74
< div class ="carousel-caption ">
67
75
< h3 > Gitlab</ h3 >
68
76
< p > GitLab 是一个用于仓库管理系统的开源项目</ p >
69
77
</ div >
70
78
</ div >
71
79
< div class ="carousel-item ">
72
- < img src ="{{ url_for('static', filename='images/codeCloud.jpg') }} " height ="300px " width ="300px ">
80
+ < img src ="{{ url_for('static', filename='images/codeCloud.jpg') }} " height ="300px "
81
+ width ="300px ">
73
82
< div class ="carousel-caption ">
74
83
< h3 > 码云</ h3 >
75
84
< p > 码云 Gitee - 云端软件开发协作平台</ p >
0 commit comments