mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-07-10 08:29:17 +00:00
fix: update docker logo to support custom fill colors
This commit is contained in:
@@ -47,7 +47,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
onMounted(props, state) {
|
||||
const dockerVersion = this.$('#docker_verion');
|
||||
if (dockerVersion) {
|
||||
dockerVersion.innerHTML = dockerVersionIcon().outerHTML;
|
||||
dockerVersion.innerHTML = dockerVersionIcon().firstElementChild.outerHTML;
|
||||
}
|
||||
},
|
||||
cleanName(name) {
|
||||
|
||||
Reference in New Issue
Block a user