You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tool/web-app/index.html
+42-19Lines changed: 42 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
<body>
10
10
<header>
11
11
<h1>Azure Database Selector</h1>
12
-
<buttonid="theme-toggle" aria-label="Toggle dark mode" title="Toggle dark mode">🌙</button>
12
+
<buttonid="theme-toggle" aria-label="Switch to dark mode" title="Switch to dark mode" tabindex="0">🌙</button>
13
13
</header>
14
14
<mainclass="two-panel-layout">
15
15
<sectionclass="left-panel">
@@ -111,35 +111,58 @@ <h2 id="form-title">Select Your Database Preferences</h2>
111
111
<optionvalue="no">No</option>
112
112
</select>
113
113
114
-
<labelfor="query-complexity">Query Complexity:
115
-
<spanclass="info-icon" tabindex="0" data-tooltip="Select the complexity level of the queries you will perform. For instance, simple queries are used for CRUD operations, while complex queries are needed for AI/ML workloads.">ℹ️</span>
<buttonclass="tooltip-icon" aria-label="More info" data-tooltip="Select the complexity level of the queries you will perform. For instance, simple queries are used for CRUD operations, while complex queries are needed for AI/ML workloads.">ℹ️</button>
<spanclass="info-icon" tabindex="0" data-tooltip="Specify how long you need to retain your data. For example, short-term retention is suitable for temporary logs, while long-term retention is needed for compliance data.">ℹ️</span>
125
-
</label>
126
-
<selectid="data-retention" name="data-retention">
127
-
<optionvalue="short-term">Short-term (e.g., days or weeks)</option>
<buttonclass="tooltip-icon" aria-label="More info" data-tooltip="Specify how long you need to retain your data. For example, short-term retention is suitable for temporary logs, while long-term retention is needed for compliance data.">ℹ️</button>
0 commit comments