mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 07:29: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>
|
||||
</material-button>
|
||||
<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>
|
||||
</material-card>
|
||||
<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;
|
||||
};
|
||||
</script>
|
||||
<style>
|
||||
h2 {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
</tag-history>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue