Skip to content

Commit

Permalink
uncomment deprecated in compact
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatiadheeraj committed Jan 17, 2024
1 parent 2f87593 commit 44102e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div v-if="compact">
<appavatar :app="app_" style="position: absolute; right: 0;" :width="80" :height="80"/>
<!-- <span v-if="app_.deprecated_by" class="deprecated-label" style="top: inherit; bottom: 0;">Deprecated</span> -->
<span v-if="app_.deprecated_by" class="deprecated-label" style="top: inherit; bottom: 0;">Deprecated</span>
<div style="max-height: 85px; margin-left: 10px; margin-right: 90px; overflow: hidden;">
<h4 class="name">
<icon v-if="app_.projects && app_.projects.length > 0" scale="0.9" name="lock" title="not working.." class="text-secondary"/>
Expand All @@ -20,7 +20,7 @@
<slot/>
</div>
<div v-else style="overflow: hidden; position: relative;" :style="{ height }">
<!-- <span v-if="app_.deprecated_by" class="deprecated-label">Deprecated</span> -->
<span v-if="app_.deprecated_by" class="deprecated-label">Deprecated</span>
<appavatar :app="app_" style="float: right; margin-left: 10px;" :width="80" :height="80"/>
<div class="header">
<h4 class="name">
Expand Down

0 comments on commit 44102e5

Please sign in to comment.