Last events were not shown when viewing a repo of non-default namespace.

This commit is contained in:
Roman Vynar
2018-06-12 12:27:29 +03:00
parent 4db9ceb0a6
commit 16fd6d944f
3 changed files with 7 additions and 2 deletions

View File

@@ -23,12 +23,16 @@
{{block body()}}
<div style="float: right">
<select id="namespace" class="form-control input-sm" style="height: 36px">
<option value="" disabled>-- Namespace --</option>
{{range namespace := namespaces}}
<option value="{{ namespace }}">{{ namespace }}</option>
{{end}}
</select>
</div>
<div style="float: right">
<ol class="breadcrumb">
<li class="active">Namespace</li>
</ol>
</div>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>