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"> + + + + + +