Skip to content

Commit 2cb1978

Browse files
authored
Update UI (#1233)
* chore: bump kyverno version in the ui Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de> * bump playground next Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de> --------- Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
1 parent 98b5f5c commit 2cb1978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/AppBar/AppBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div>
3232
<v-menu v-if="config.versions.length" open-on-hover>
3333
<template v-slot:activator="{ props }">
34-
<v-btn variant="outlined" class="text-none" rounded="xl" v-bind="props">v1.17.1</v-btn>
34+
<v-btn variant="outlined" class="text-none" rounded="xl" v-bind="props">v1.18.x</v-btn>
3535
</template>
3636

3737
<v-list variant="flat" class="my-0 py-0 border">

0 commit comments

Comments
 (0)