diff --git a/src/app/module/pages/home/station-config/station-config.component.html b/src/app/module/pages/home/station-config/station-config.component.html index ed53d212fd5e66d5c5035fb7776e39f239e792c2..bf5c679b2841edb48c5b68a256926ed1595fa601 100644 --- a/src/app/module/pages/home/station-config/station-config.component.html +++ b/src/app/module/pages/home/station-config/station-config.component.html @@ -17,7 +17,7 @@ </section> </mat-tree-node> <!-- This is the tree node template for expandable nodes --> - <mat-tree-node #def (mouseenter)="def.focus();alert()" *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding class="justify-between"> + <mat-tree-node #def (mouseenter)="def.focus()" *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding class="justify-between"> <section class="flex items-center"> <button mat-icon-button matTreeNodeToggle @@ -28,107 +28,20 @@ </button> {{node.name}} </section> - <section class="pr-2" *ngIf="def.onfocus;"> + <section class="pr-2"> <button> <mat-icon> edit </mat-icon> </button> </section> - {{def.onmouseover}} - sjhd - {{def.onfocus}} - s </mat-tree-node> </mat-tree> - - <!-- Modal toggle --> - <button data-modal-target="authentication-modal" data-modal-toggle="authentication-modal" class="block text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800" type="button"> - Toggle modal - </button> - - <!-- Main modal --> - <div class="fixed top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full"> - <div class="relative w-full max-w-md max-h-full"> - <!-- Modal content --> - <div class="relative bg-white rounded-lg shadow dark:bg-gray-700"> - <button type="button" class="absolute top-3 right-2.5 text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm p-1.5 ml-auto inline-flex items-center dark:hover:bg-gray-800 dark:hover:text-white" data-modal-hide="authentication-modal"> - <svg aria-hidden="true" class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg> - <span class="sr-only">Close modal</span> - </button> - <div class="px-6 py-6 lg:px-8"> - <h3 class="mb-4 text-xl font-medium text-gray-900 dark:text-white">Sign in to our platform</h3> - <form class="space-y-6" action="#"> - <div> - <label for="email" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Your email</label> - <input type="email" name="email" id="email" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" placeholder="name@company.com" required> - </div> - <div> - <label for="password" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Your password</label> - <input type="password" name="password" id="password" placeholder="••••••••" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" required> - </div> - <div class="flex justify-between"> - <div class="flex items-start"> - <div class="flex items-center h-5"> - <input id="remember" type="checkbox" value="" class="w-4 h-4 border border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-blue-300 dark:bg-gray-600 dark:border-gray-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 dark:focus:ring-offset-gray-800" required> - </div> - <label for="remember" class="ml-2 text-sm font-medium text-gray-900 dark:text-gray-300">Remember me</label> - </div> - <a href="#" class="text-sm text-blue-700 hover:underline dark:text-blue-500">Lost Password?</a> - </div> - <button type="submit" class="w-full text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">Login to your account</button> - <div class="text-sm font-medium text-gray-500 dark:text-gray-300"> - Not registered? <a href="#" class="text-blue-700 hover:underline dark:text-blue-500">Create account</a> - </div> - </form> - </div> - </div> - </div> - </div> </section> -{{this.dataSate}} - -{{this.state}} -<!-- Modal toggle --> -<button data-modal-target="defaultModal" data-modal-toggle="defaultModal" class="block text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800" type="button"> - Toggle modal -</button> -<!-- Main modal --> -<div id="defaultModal" tabindex="-1" aria-hidden="true" class="fixed top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full"> - <div class="relative w-full max-w-2xl max-h-full"> - <!-- Modal content --> - <div class="relative bg-white rounded-lg shadow dark:bg-gray-700"> - <!-- Modal header --> - <div class="flex items-start justify-between p-4 border-b rounded-t dark:border-gray-600"> - <h3 class="text-xl font-semibold text-gray-900 dark:text-white"> - Terms of Service - </h3> - <button type="button" class="text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm p-1.5 ml-auto inline-flex items-center dark:hover:bg-gray-600 dark:hover:text-white" data-modal-hide="defaultModal"> - <svg aria-hidden="true" class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg> - <span class="sr-only">Close modal</span> - </button> - </div> - <!-- Modal body --> - <div class="p-6 space-y-6"> - <p class="text-base leading-relaxed text-gray-500 dark:text-gray-400"> - With less than a month to go before the European Union enacts new consumer privacy laws for its citizens, companies around the world are updating their terms of service agreements to comply. - </p> - <p class="text-base leading-relaxed text-gray-500 dark:text-gray-400"> - The European Union’s General Data Protection Regulation (G.D.P.R.) goes into effect on May 25 and is meant to ensure a common set of data rights in the European Union. It requires organizations to notify users as soon as possible of high-risk data breaches that could personally affect them. - </p> - </div> - <!-- Modal footer --> - <div class="flex items-center p-6 space-x-2 border-t border-gray-200 rounded-b dark:border-gray-600"> - <button data-modal-hide="defaultModal" type="button" class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">I accept</button> - <button data-modal-hide="defaultModal" type="button" class="text-gray-500 bg-white hover:bg-gray-100 focus:ring-4 focus:outline-none focus:ring-blue-300 rounded-lg border border-gray-200 text-sm font-medium px-5 py-2.5 hover:text-gray-900 focus:z-10 dark:bg-gray-700 dark:text-gray-300 dark:border-gray-500 dark:hover:text-white dark:hover:bg-gray-600 dark:focus:ring-gray-600">Decline</button> - </div> - </div> - </div> -</div>