adedoyinNteligen commented on code in PR #1698:
URL: https://github.com/apache/daffodil-vscode/pull/1698#discussion_r3266530596


##########
src/launchWizard/launchWizard.ts:
##########
@@ -755,6 +755,49 @@ class LaunchWizard {
         <input style="${tdmlPathVisOrHiddenStyle}" class="file-input" 
value="${tdmlPath}" id="tdmlPath">
       </div>
 
+      <div id="tunablesDiv" class="setting-div" style="margin-top: 15px;">
+        <p>Tunables:</p>
+        <p class="setting-description">Key/value configuration options</p>
+
+        <table style="width: 100%; border-collapse: collapse; margin-top: 
5px;">
+          <thead>
+            <tr>
+              <th style="text-align: left;">Key</th>
+              <th style="text-align: left;">Value</th>
+              <th></th>
+            </tr>
+          </thead>
+          <tbody id="tunablesTableBody">
+            <!-- rows later -->
+          </tbody>
+        </table>
+
+          <button id="addTunableBtn" onclick="addTunableRow()" 
style="margin-top: 10px;">
+            + Add Tunable
+          </button>
+
+          
+      <div id="VariablesDiv" class="setting-div" style="margin-top: 15px;">

Review Comment:
   added in repo



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to