Skip to content

Commit

Permalink
fix: change icon to hide/show jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Seli0303 committed Aug 22, 2024
1 parent 721149f commit e1843b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
{{ $t('optimization.manage') + $t('optimization.jobs') }}
</v-tooltip>
<v-btn data-cy="hide-jobs" class="hide-button" icon small @click="jobsExpanded=!jobsExpanded">
<v-icon v-if="jobsExpanded" color="info" :medium="$lowResolution">visibility_off</v-icon>
<v-icon v-else color="info" :medium="$lowResolution">visibility</v-icon>
<v-icon v-if="jobsExpanded" color="rgba(0,0,0,0.54)" :medium="$lowResolution">keyboard_arrow_up</v-icon>
<v-icon v-else color="rgba(0,0,0,0.54)" :medium="$lowResolution">keyboard_arrow_down</v-icon>
</v-btn>
</div>
</template>
Expand Down

0 comments on commit e1843b4

Please sign in to comment.