mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 07:29:54 +03:00
feat(theme): add theme colors to paginaion with some cleanup
This commit is contained in:
parent
ef240ccf1d
commit
8c402442c2
7 changed files with 73 additions and 19 deletions
|
@ -38,7 +38,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
</ul>
|
||||
</div>
|
||||
<div class="material-popup-action">
|
||||
<material-button class="dialog-button" waves-color="rgba(158,158,158,.4)" onClick="{ props.onClose }" color="inherit" text-color="var(--primary-text)">
|
||||
<material-button
|
||||
class="dialog-button"
|
||||
waves-color="rgba(158,158,158,.4)"
|
||||
onClick="{ props.onClose }"
|
||||
color="inherit"
|
||||
text-color="var(--primary-text)"
|
||||
>
|
||||
Close
|
||||
</material-button>
|
||||
</div>
|
||||
|
@ -48,10 +54,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
export default {
|
||||
remove(url) {
|
||||
return (event) => {
|
||||
console.log(url, event)
|
||||
removeRegistryServers(url);
|
||||
setTimeout(() => this.update(), 100);
|
||||
}
|
||||
};
|
||||
},
|
||||
getRegistryServers,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue