From 1aaae4b54df2af726d060bd2b7d41c4a2371fc59 Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 17:43:05 +0800 Subject: [PATCH 01/12] Update list-log.directive.html fixed table title. --- .../js/components/log/list-log.directive.html | 35 ++++++++++++------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/static/resources/js/components/log/list-log.directive.html b/static/resources/js/components/log/list-log.directive.html index 54a2f62a8..0df591220 100644 --- a/static/resources/js/components/log/list-log.directive.html +++ b/static/resources/js/components/log/list-log.directive.html @@ -12,19 +12,28 @@ -
-
- - - - - - - - - -
// 'username' | tr //// 'repository_name' | tr //// 'operation' | tr //// 'timestamp' | tr //
//log.username////log.repo_name////log.operation////log.op_time | dateL : 'YYYY-MM-DD HH:mm:ss'//
+
+
+
+ + + + + + + +
// 'username' | tr //// 'repository_name' | tr //// 'operation' | tr //// 'timestamp' | tr //
+
+
+ + + + + + +
//log.username////log.repo_name////log.operation////log.op_time | dateL : 'YYYY-MM-DD HH:mm:ss'//
+
-
\ No newline at end of file + From 1c3de6bedcf98fdc4b6f2c6636f09c49265d3756 Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 18:19:02 +0800 Subject: [PATCH 02/12] Update list-project-member.directive.html fixed table title --- .../list-project-member.directive.html | 28 ++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/static/resources/js/components/project-member/list-project-member.directive.html b/static/resources/js/components/project-member/list-project-member.directive.html index 9fda56790..1ed56bf0e 100644 --- a/static/resources/js/components/project-member/list-project-member.directive.html +++ b/static/resources/js/components/project-member/list-project-member.directive.html @@ -13,16 +13,24 @@
-
- - - - - - - -
// 'username' | tr //// 'role' | tr //// 'operation' | tr //
+
+
+
+ + + + +
// 'username' | tr //// 'role' | tr //// 'operation' | tr //
+
+
+ + + + +
+
+
- \ No newline at end of file + From 6a7f5b418c16010c5ee1b610dea382ed8808e6f6 Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 19:16:38 +0800 Subject: [PATCH 03/12] Update destination.directive.html fixed table title --- .../destination.directive.html | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/static/resources/js/components/system-management/destination.directive.html b/static/resources/js/components/system-management/destination.directive.html index aaafe23ef..371cc05c1 100644 --- a/static/resources/js/components/system-management/destination.directive.html +++ b/static/resources/js/components/system-management/destination.directive.html @@ -11,18 +11,24 @@ -
-
- - + +
+
+
+
+ - - + +
// 'name' | tr // // 'endpoint' | tr // // 'creation_time' | tr // // 'actions' | tr //
+
+
+ + - + @@ -35,9 +41,11 @@ -

// 'no_destinations' | tr //

// 'no_destinations' | tr //

//r.name//
+
-
//vm.destinations ? vm.destinations.length : 0// // 'items' | tr //
- - \ No newline at end of file + + +
//vm.destinations ? vm.destinations.length : 0// // 'items' | tr //
+
+ From 115947a61840f61b20d506fa431270d015cd5fc3 Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 19:33:23 +0800 Subject: [PATCH 04/12] Update replication.directive.html fixed table title --- .../replication.directive.html | 91 ++++++++++--------- 1 file changed, 49 insertions(+), 42 deletions(-) diff --git a/static/resources/js/components/system-management/replication.directive.html b/static/resources/js/components/system-management/replication.directive.html index c020966c1..7333e3ffb 100644 --- a/static/resources/js/components/system-management/replication.directive.html +++ b/static/resources/js/components/system-management/replication.directive.html @@ -9,47 +9,54 @@ -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
// 'name' | tr //// 'description' | tr //// 'projects' | tr //// 'destination' | tr //// 'start_time' | tr //// 'activation' | tr //// 'actions' | tr //

// 'no_replications' | tr //

//r.name////r.description////r.project_name////r.target_name////r.start_time | dateL : 'YYYY-MM-DD HH:mm:ss'// - // 'enabled' | tr // - // 'disabled' | tr // - -
- - -
-   - -   - -
+
+
+
+ + + + + + + + + + +
// 'name' | tr //// 'description' | tr //// 'projects' | tr //// 'destination' | tr //// 'start_time' | tr //// 'activation' | tr //// 'actions' | tr //
+
+
+ + + + + + + + + + + + + + + +

// 'no_replications' | tr //

//r.name////r.description////r.project_name////r.target_name////r.start_time | dateL : 'YYYY-MM-DD HH:mm:ss'// + // 'enabled' | tr // + // 'disabled' | tr // + +
+ + +
+   + +   + +
+
-
-
//vm.replications ? vm.replications.length : 0// // 'items' | tr //
+
+
+
//vm.replications ? vm.replications.length : 0// // 'items' | tr //
- \ No newline at end of file + From 777755163bc415da13bb1069a18f0abd87ee2bef Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 20:06:20 +0800 Subject: [PATCH 05/12] Update top-repository.directive.html fixed table title --- .../top-repository.directive.html | 42 ++++++++++++------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/static/resources/js/components/top-repository/top-repository.directive.html b/static/resources/js/components/top-repository/top-repository.directive.html index 7693dc78f..740e01148 100644 --- a/static/resources/js/components/top-repository/top-repository.directive.html +++ b/static/resources/js/components/top-repository/top-repository.directive.html @@ -1,16 +1,28 @@ -
- - - - - - - - - - - - -
// 'repository_name' | tr //// 'count' | tr //// 'creator' | tr //

// 'no_top_repositories' | tr //

//t.name////t.count////t.creator === '' ? 'N/A' : t.creator //
-
\ No newline at end of file +
+
+
+
+ + + + + + +
// 'repository_name' | tr //// 'count' | tr //// 'creator' | tr //
+
+
+ + + + + + + + + +

// 'no_top_repositories' | tr //

//t.name////t.count////t.creator === '' ? 'N/A' : t.creator //
+
+
+
+
From 876c4de77e919dbf790018e43d58ebca4752f08b Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 20:19:31 +0800 Subject: [PATCH 06/12] Update list-log.directive.html fixed table title --- static/resources/js/components/log/list-log.directive.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/resources/js/components/log/list-log.directive.html b/static/resources/js/components/log/list-log.directive.html index 0df591220..fae521674 100644 --- a/static/resources/js/components/log/list-log.directive.html +++ b/static/resources/js/components/log/list-log.directive.html @@ -12,8 +12,8 @@ -
-
+
+
From 2b732ee9cb7c38b6feaa3a3e9b3ba69f9d7e5dfd Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 20:25:17 +0800 Subject: [PATCH 07/12] Update list-project-member.directive.html fixed table title --- .../project-member/list-project-member.directive.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/resources/js/components/project-member/list-project-member.directive.html b/static/resources/js/components/project-member/list-project-member.directive.html index 1ed56bf0e..b42b2e922 100644 --- a/static/resources/js/components/project-member/list-project-member.directive.html +++ b/static/resources/js/components/project-member/list-project-member.directive.html @@ -13,8 +13,7 @@
-
-
+
@@ -29,7 +28,6 @@
-
From 1b70c0f91497298508115dadb5df1f4914f90e68 Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 20:27:58 +0800 Subject: [PATCH 08/12] Update destination.directive.html fixed table title --- .../components/system-management/destination.directive.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/resources/js/components/system-management/destination.directive.html b/static/resources/js/components/system-management/destination.directive.html index 371cc05c1..3cdbf9643 100644 --- a/static/resources/js/components/system-management/destination.directive.html +++ b/static/resources/js/components/system-management/destination.directive.html @@ -12,8 +12,8 @@ -
-
+
+
From 4a985c403ba2495dfdf14ad92f17c0cb00ecd18b Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 20:29:43 +0800 Subject: [PATCH 09/12] Update replication.directive.html fixed table title --- .../components/system-management/replication.directive.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/resources/js/components/system-management/replication.directive.html b/static/resources/js/components/system-management/replication.directive.html index 7333e3ffb..18a68ffe0 100644 --- a/static/resources/js/components/system-management/replication.directive.html +++ b/static/resources/js/components/system-management/replication.directive.html @@ -9,8 +9,8 @@ -
-
+
+
From a747c274bc4408f501545610b65d56ca61689c45 Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 20:35:52 +0800 Subject: [PATCH 10/12] Update top-repository.directive.html fixed table title --- .../top-repository.directive.html | 46 +++++++++---------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/static/resources/js/components/top-repository/top-repository.directive.html b/static/resources/js/components/top-repository/top-repository.directive.html index 740e01148..372aae120 100644 --- a/static/resources/js/components/top-repository/top-repository.directive.html +++ b/static/resources/js/components/top-repository/top-repository.directive.html @@ -1,28 +1,24 @@ -
-
-
-
-
- - - - - -
// 'repository_name' | tr //// 'count' | tr //// 'creator' | tr //
-
-
- - - - - - - - - -

// 'no_top_repositories' | tr //

//t.name////t.count////t.creator === '' ? 'N/A' : t.creator //
-
-
+
+
+ + + + + + +
// 'repository_name' | tr //// 'count' | tr //// 'creator' | tr //
+
+
+ + + + + + + + + +

// 'no_top_repositories' | tr //

//t.name////t.count////t.creator === '' ? 'N/A' : t.creator //
From b33224d2a66f75a64164bc9c38f047d4dc7a93c4 Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 20:56:35 +0800 Subject: [PATCH 11/12] Update destination.directive.html fixed table title --- .../js/components/system-management/destination.directive.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/resources/js/components/system-management/destination.directive.html b/static/resources/js/components/system-management/destination.directive.html index 3cdbf9643..073dc8358 100644 --- a/static/resources/js/components/system-management/destination.directive.html +++ b/static/resources/js/components/system-management/destination.directive.html @@ -11,7 +11,6 @@
-
@@ -46,6 +45,6 @@
-
//vm.destinations ? vm.destinations.length : 0// // 'items' | tr //
+
//vm.destinations ? vm.destinations.length : 0// // 'items' | tr //
From 13efb67580feffa18259e8aa3fa4f5c20868f5ef Mon Sep 17 00:00:00 2001 From: yhua123 Date: Tue, 28 Jun 2016 21:00:35 +0800 Subject: [PATCH 12/12] Update destination.directive.html change table title position --- .../components/system-management/destination.directive.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/resources/js/components/system-management/destination.directive.html b/static/resources/js/components/system-management/destination.directive.html index 073dc8358..13b37b487 100644 --- a/static/resources/js/components/system-management/destination.directive.html +++ b/static/resources/js/components/system-management/destination.directive.html @@ -17,9 +17,9 @@ - - - + + +
// 'name' | tr //// 'endpoint' | tr //// 'creation_time' | tr //// 'actions' | tr //// 'endpoint' | tr //// 'creation_time' | tr //// 'actions' | tr //