File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed
contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change 33 <div >
44 <!-- Filters -->
55 <SearchFilterBar />
6- <VLayout row >
7- <VFlex shrink >
8- <SearchFilters :searchResults =" nodes" />
9- </VFlex >
10-
11- <!-- Main area with cards -->
12- <VFlex class =" pl-4" >
6+ <KGrid >
7+ <KGridItem
8+ :layout4 =" { span: 4 }"
9+ :layout8 =" { span: 3 }"
10+ :layout12 =" { span: 5 }"
11+ >
12+ <SearchFilters
13+ style =" width : 100% "
14+ :searchResults =" nodes"
15+ />
16+ </KGridItem >
17+ <KGridItem
18+ :layout4 =" { span: 4 }"
19+ :layout8 =" { span: 5 }"
20+ :layout12 =" { span: 7 }"
21+ >
1322 <VContainer v-if =" loadFailed" >
1423 <p class =" text-xs-center" >
1524 <Icon icon =" error" />
105114 </div >
106115 </div >
107116 </VContainer >
108- </VFlex >
109- </VLayout >
117+ </KGridItem >
118+ </KGrid >
110119 </div >
111120
112121</template >
You can’t perform that action at this time.
0 commit comments