Merge pull request #1595 from coreos-inc/remove-namespaces
Hide namespaces on the list view
This commit is contained in:
commit
781f2eec72
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
starred="false" namespace="namespace"
|
starred="false" namespace="namespace"
|
||||||
star-toggled="starToggled({'repository': repository})"
|
star-toggled="starToggled({'repository': repository})"
|
||||||
hide-title="namespaces.length == 1"
|
hide-title="namespaces.length == 1"
|
||||||
hide-namespaces="namespaces.length == 1">
|
hide-namespaces="true">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue