From 88153efd174bab24865f6321ac89d27778a33941 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Wed, 6 May 2026 18:16:55 -0500 Subject: [PATCH] up --- resources/views/docs/paginas.html | 7 ++++++- resources/views/saas.html | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/resources/views/docs/paginas.html b/resources/views/docs/paginas.html index c75da72..642442c 100644 --- a/resources/views/docs/paginas.html +++ b/resources/views/docs/paginas.html @@ -243,7 +243,12 @@ function paginasApp() { orden: 0, publicado: false, rol_ids: [] }, - init() { this.load(1); }, + init() { + const params = new URLSearchParams(window.location.search); + const sid = parseInt(params.get('saas_id') || '0', 10); + if (sid) this.filterSaas = sid; + this.load(1); + }, load(p = 1) { this.page = p; this.loading = true; diff --git a/resources/views/saas.html b/resources/views/saas.html index a6f4d0a..5b41f8c 100644 --- a/resources/views/saas.html +++ b/resources/views/saas.html @@ -48,6 +48,12 @@ class="text-xs px-2 py-0.5 rounded-full"> + + + + + +