mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-05 03:16:35 +00:00
feat(dockerfile): add button for Dockerfile dialog
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user