Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,22 @@
<div>
<!-- Filters -->
<SearchFilterBar />
<VLayout row>
<VFlex shrink>
<SearchFilters :searchResults="nodes" />
</VFlex>

<!-- Main area with cards -->
<VFlex class="pl-4">
<KGrid>
<KGridItem
:layout4="{ span: 4 }"
:layout8="{ span: 3 }"
:layout12="{ span: 5 }"
>
<SearchFilters
style="width: 100%"
:searchResults="nodes"
/>
</KGridItem>
<KGridItem
:layout4="{ span: 4 }"
:layout8="{ span: 5 }"
:layout12="{ span: 7 }"
>
<VContainer v-if="loadFailed">
<p class="text-xs-center">
<Icon icon="error" />
Expand Down Expand Up @@ -105,8 +114,8 @@
</div>
</div>
</VContainer>
</VFlex>
</VLayout>
</KGridItem>
</KGrid>
</div>

</template>
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ packaging==25.0
# google-cloud-error-reporting
# google-cloud-kms
# gunicorn
pillow==11.3.0
pillow==11.1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AllanOXDi Looks like this is a downgrade to whats in hotfixes. I think this should be 11.3.0?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this keeps happening

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverting this

# via -r requirements.in
prometheus-client==0.10.1
# via django-prometheus
Expand Down