{{ commit.message }}
{{ commit.finished_at | fromNow }}
diff --git a/server/app/views/sys_config.html b/server/app/views/sys_config.html
deleted file mode 100644
index 381869967..000000000
--- a/server/app/views/sys_config.html
+++ /dev/null
@@ -1,112 +0,0 @@
-
-
-
-
-
-
-
- | Host |
- {{ config.host }} |
-
-
- | Scheme |
- {{ config.scheme }} |
-
-
- | Registration |
- {{ config.registration }} |
-
-
-
-
GitHub
-
-
- | Enabled |
- {{ config.github.enabled }} |
-
-
- | URL |
- {{ config.github.url }} |
-
-
- | API |
- {{ config.github.api }} |
-
-
- | Client |
- {{ config.github.client }} |
-
-
- | Secret |
- {{ config.github.secret }} |
-
-
-
-
GitHub Enterprise
-
-
- | Enabled |
- {{ config.githubEnterprise.enabled }} |
-
-
- | URL |
- {{ config.githubEnterprise.url }} |
-
-
- | API |
- {{ config.githubEnterprise.api }} |
-
-
- | Client |
- {{ config.githubEnterprise.client }} |
-
-
- | Secret |
- {{ config.githubEnterprise.secret }} |
-
-
-
-
Bitbucket
-
-
- | Enabled |
- {{ config.bitbucket.enabled }} |
-
-
- | URL |
- {{ config.bitbucket.url }} |
-
-
- | API |
- {{ config.bitbucket.api }} |
-
-
- | Client |
- {{ config.bitbucket.client }} |
-
-
- | Secret |
- {{ config.bitbucket.secret }} |
-
-
-
-
Gitlab
-
-
- | Enabled |
- {{ config.bitbucket.enabled }} |
-
-
- | URL |
- {{ config.bitbucket.url }} |
-
-
-
-
\ No newline at end of file