mirror of https://github.com/rancher/ui.git
remove prefetch on all, it made no sense
This commit is contained in:
parent
097f0d95f9
commit
fdfa3f8ad3
|
|
@ -40,7 +40,6 @@
|
||||||
launch=(action 'goToTemplate')
|
launch=(action 'goToTemplate')
|
||||||
filterAction=(action 'filterAction' )
|
filterAction=(action 'filterAction' )
|
||||||
categoryAction=(action 'categoryAction' )
|
categoryAction=(action 'categoryAction' )
|
||||||
preFetchCategory=(perform fetchTemplates)
|
|
||||||
}}
|
}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{new-edit-cluster
|
{{new-edit-cluster
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
<ul class="container-categories list-unstyled">
|
<ul class="container-categories list-unstyled">
|
||||||
<li class=" {{if (eq category 'all') 'active' ''}}">
|
<li class=" {{if (eq category 'all') 'active' ''}}">
|
||||||
{{#if preFetchCategory}}
|
{{#if preFetchCategory}}
|
||||||
<a href="#" {{action (action categoryAction 'all' catalogId)}} onMouseEnter={{action (action preFetchCategory)}} class="btn has-label bg-default btn-md">
|
<a href="#" {{action (action categoryAction 'all' catalogId)}} class="btn has-label bg-default btn-md">
|
||||||
<span class="btn-label">{{totalCategories}}</span><span class="clip">{{t 'generic.all'}}</span>
|
<span class="btn-label">{{totalCategories}}</span><span class="clip">{{t 'generic.all'}}</span>
|
||||||
</a>
|
</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue