Commit c4355197 authored by Luke Bennett's avatar Luke Bennett

Resolve rable_registry

parent 9420b79b
......@@ -96,12 +96,8 @@
<span
v-tooltip
:title="item.revision"
<<<<<<< HEAD
data-placement="bottom">
=======
data-placement="bottom"
>
>>>>>>> upstream/master
{{ item.shortRevision }}
</span>
</td>
......@@ -126,19 +122,12 @@
:aria-label="s__('ContainerRegistry|Remove tag')"
data-container="body"
v-tooltip
<<<<<<< HEAD
@click="handleDeleteRegistry(item)">
<i
class="fa fa-trash"
aria-hidden="true">
=======
@click="handleDeleteRegistry(item)"
>
<i
class="fa fa-trash"
aria-hidden="true"
>
>>>>>>> upstream/master
</i>
</button>
</td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment