diff --git a/api/apib/base/access.apib b/api/apib/base/access.apib index 7843b32..14e4ae7 100644 --- a/api/apib/base/access.apib +++ b/api/apib/base/access.apib @@ -18,7 +18,6 @@ So if your server is reachable at `https://cc.myserver.lan` the API endpoint is https://cc.myserver.lan/api/ ``` - ## Authentication Requests to most of the API endpoints have to be authenticated using an API token which is received after successfully providing your application credentials to the API. diff --git a/static/src/app/statistic/war-detail/war-detail.component.css b/static/src/app/statistic/war-detail/war-detail.component.css index 9e60f76..31300d8 100644 --- a/static/src/app/statistic/war-detail/war-detail.component.css +++ b/static/src/app/statistic/war-detail/war-detail.component.css @@ -10,6 +10,16 @@ margin-bottom: 10px; } + +form.tab-control { + padding: 10px; +} + +span.tab-control { + margin: 4px 67px; + padding: 4px 16px; +} + .war-header { border-bottom: thin solid lightgrey; } @@ -34,6 +44,10 @@ color: #f5f5f5; } +.nav-tabs > li:last-child { + margin-left: 70px; +} + .nav-link { cursor: pointer !important; color: #FFF !important; diff --git a/static/src/app/statistic/war-detail/war-detail.component.html b/static/src/app/statistic/war-detail/war-detail.component.html index e5bcd5c..9bcd619 100644 --- a/static/src/app/statistic/war-detail/war-detail.component.html +++ b/static/src/app/statistic/war-detail/war-detail.component.html @@ -24,29 +24,9 @@
@@ -60,6 +40,33 @@