File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed
contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels Expand file tree Collapse file tree 2 files changed +19
-10
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 >
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ packaging==25.0
178178 # google-cloud-error-reporting
179179 # google-cloud-kms
180180 # gunicorn
181- pillow == 11.3 .0
181+ pillow == 11.1 .0
182182 # via -r requirements.in
183183prometheus-client == 0.10.1
184184 # via django-prometheus
You can’t perform that action at this time.
0 commit comments