mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-08-17 11:26:28 +00:00
fix(riot-ui): upgrade tag history
This commit is contained in:
@@ -18,12 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
<material-card>
|
||||
<div class="material-card-title-action">
|
||||
<material-button
|
||||
color="rgba(0,0,0,0)"
|
||||
text-color="#777"
|
||||
color="#777"
|
||||
waves-center="true"
|
||||
rounded="true"
|
||||
waves-color="#ddd"
|
||||
href="{ toTaglist() }"
|
||||
inverted
|
||||
icon
|
||||
>
|
||||
<i class="material-icons">arrow_back</i>
|
||||
@@ -37,9 +37,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
<material-tabs
|
||||
if="{ state.archs && state.loadend }"
|
||||
color="#25313b"
|
||||
text-color="#fff"
|
||||
useLine="{ true }"
|
||||
tabs="{ state.archs }"
|
||||
onTabChanged="{ onTabChanged }"
|
||||
inverted
|
||||
></material-tabs>
|
||||
|
||||
<material-card each="{ element in state.elements }">
|
||||
|
||||
@@ -18,12 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
<material-card class="header">
|
||||
<div class="material-card-title-action">
|
||||
<material-button
|
||||
color="#fff"
|
||||
text-color="#777"
|
||||
color="#777"
|
||||
waves-color="#ddd"
|
||||
waves-center="true"
|
||||
href="{ router.home() }"
|
||||
icon
|
||||
inverted
|
||||
>
|
||||
<i class="material-icons">arrow_back</i>
|
||||
</material-button>
|
||||
|
||||
Reference in New Issue
Block a user