From 072cbba7a5c6aeb9dab04904b6d27312aa7fe6ac Mon Sep 17 00:00:00 2001
From: Filippo Bertilotti <filippobertilotti@gmail.com>
Date: Thu, 19 Sep 2024 11:48:24 +0200
Subject: [PATCH] prova aggiunta multi select product e metodo per leggere products

---
 resources/views/vodafone_fake_sso/choose_profile.blade.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/resources/views/vodafone_fake_sso/choose_profile.blade.php b/resources/views/vodafone_fake_sso/choose_profile.blade.php
index 36cd84c..7d4f042 100644
--- a/resources/views/vodafone_fake_sso/choose_profile.blade.php
+++ b/resources/views/vodafone_fake_sso/choose_profile.blade.php
@@ -62,7 +62,7 @@
                 <p>Il login utilizza i cookie a livello di dominio, risulterai loggato su tutti i portali che utilizzano il dominio attuale ({{$domain}}).</p>
                 <select id="sel_attiva">
                     @foreach (config('devtools.fake_sso_profiles') as $profileIndex => $profileContent)
-                        <option value="{{$profileIndex}}">{{$profileContent['name']}}</option>
+                        <option value="{{$profileIndex}}">{{$profileIndex}} - {{$profileContent['name']}}</option>
                     @endforeach
                 </select>
                 <input type="button" value="Attiva" id="btnAttiva"/>

--
Gitblit v1.8.0