mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-29 00:19:54 +03:00
feat(dockerfile): add button for Dockerfile dialog
This commit is contained in:
parent
347e201f79
commit
b3278511fb
1 changed files with 18 additions and 0 deletions
|
@ -29,6 +29,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
<i class="material-icons">arrow_back</i>
|
<i class="material-icons">arrow_back</i>
|
||||||
</material-button>
|
</material-button>
|
||||||
<h2>History of { props.image }:{ props.tag } <i class="material-icons">history</i></h2>
|
<h2>History of { props.image }:{ props.tag } <i class="material-icons">history</i></h2>
|
||||||
|
<material-button
|
||||||
|
text-color="var(--accent-text)"
|
||||||
|
color="inherit"
|
||||||
|
waves-color="var(--hover-background)"
|
||||||
|
waves-center="true"
|
||||||
|
rounded="true"
|
||||||
|
outlined
|
||||||
|
>
|
||||||
|
Dockerfile
|
||||||
|
</material-button>
|
||||||
</div>
|
</div>
|
||||||
</material-card>
|
</material-card>
|
||||||
<div if="{ !state.loadend }" class="spinner-wrapper">
|
<div if="{ !state.loadend }" class="spinner-wrapper">
|
||||||
|
@ -238,4 +248,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
return res;
|
return res;
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
h2 {
|
||||||
|
flex-grow: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</tag-history>
|
</tag-history>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue