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')
|
||||
filterAction=(action 'filterAction' )
|
||||
categoryAction=(action 'categoryAction' )
|
||||
preFetchCategory=(perform fetchTemplates)
|
||||
}}
|
||||
{{else}}
|
||||
{{new-edit-cluster
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
<ul class="container-categories list-unstyled">
|
||||
<li class=" {{if (eq category 'all') 'active' ''}}">
|
||||
{{#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>
|
||||
</a>
|
||||
{{else}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue