From c1bcd24cf61dd195253d71accace85fd65854d5c Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Fri, 18 Oct 2024 11:30:22 +0000 Subject: [PATCH] =?UTF-8?q?Cambio=20men=C3=BAs=20dropdown=20por=20botones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReyMotaAppsDj/K8S/Makefile | 2 +- ReyMotaAppsDj/K8S/Makefile.local | 2 +- .../templates/libros/_menu-libros.html | 25 +++--------- .../templates/lyrics/_menu-lyrics.html | 38 +++++-------------- .../repostajes/_menu-repostajes.html | 28 +++----------- 5 files changed, 23 insertions(+), 72 deletions(-) diff --git a/ReyMotaAppsDj/K8S/Makefile b/ReyMotaAppsDj/K8S/Makefile index c9ca6a7..3d73633 100644 --- a/ReyMotaAppsDj/K8S/Makefile +++ b/ReyMotaAppsDj/K8S/Makefile @@ -1,7 +1,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') #export REGISTRY=registry.cube.local export REGISTRY=registry.reymota.es -export IMG_VERSION = 0.18 +export IMG_VERSION = 0.19 export IMG_NGINX_VERSION = 1.0 # limpia todo diff --git a/ReyMotaAppsDj/K8S/Makefile.local b/ReyMotaAppsDj/K8S/Makefile.local index fd70952..8ef1c7a 100644 --- a/ReyMotaAppsDj/K8S/Makefile.local +++ b/ReyMotaAppsDj/K8S/Makefile.local @@ -2,7 +2,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') export REGISTRY=localhost:30500 #export REGISTRY=registry.reymota.es -export IMG_VERSION = 0.46 +export IMG_VERSION = 0.51 export IMG_NGINX_VERSION = 1.0 # limpia todo diff --git a/ReyMotaAppsDj/reymota/templates/libros/_menu-libros.html b/ReyMotaAppsDj/reymota/templates/libros/_menu-libros.html index 50076e7..9dd4c6d 100644 --- a/ReyMotaAppsDj/reymota/templates/libros/_menu-libros.html +++ b/ReyMotaAppsDj/reymota/templates/libros/_menu-libros.html @@ -1,21 +1,8 @@ - - +
+ Libros +
\ No newline at end of file diff --git a/ReyMotaAppsDj/reymota/templates/lyrics/_menu-lyrics.html b/ReyMotaAppsDj/reymota/templates/lyrics/_menu-lyrics.html index 7877241..91de6b6 100644 --- a/ReyMotaAppsDj/reymota/templates/lyrics/_menu-lyrics.html +++ b/ReyMotaAppsDj/reymota/templates/lyrics/_menu-lyrics.html @@ -1,34 +1,14 @@ - +
+ Canciones +
- - - diff --git a/ReyMotaAppsDj/reymota/templates/repostajes/_menu-repostajes.html b/ReyMotaAppsDj/reymota/templates/repostajes/_menu-repostajes.html index 70200a4..053e07e 100644 --- a/ReyMotaAppsDj/reymota/templates/repostajes/_menu-repostajes.html +++ b/ReyMotaAppsDj/reymota/templates/repostajes/_menu-repostajes.html @@ -1,23 +1,7 @@ +
+ VehĂ­culos +
- - - - +
+ Repostajes +
\ No newline at end of file