2020-11-02 Fred Gleason <fredg@paravelsystems.com>

* Added a 'donut-spinner' indicator to Webget.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-11-02 10:57:33 -05:00
parent 7a14cf44b2
commit 7d87f6e93f
6 changed files with 13 additions and 6 deletions

View File

@@ -500,7 +500,7 @@ void MainObject::ServeForm()
printf(" </td>\n");
printf(" </tr>\n");
printf(" <tr>\n");
printf(" <td>&nbsp;</td>\n");
printf(" <td style=\"text-align: right\" id=\"get_spinner\">&nbsp;</td>\n");
printf(" <td><input type=\"button\" value=\"OK\" id=\"get_button\" onclick=\"ProcessGet()\" disabled></td>\n");
printf(" </tr>\n");
@@ -541,7 +541,7 @@ void MainObject::ServeForm()
printf(" </td>\n");
printf(" </tr>\n");
printf(" <tr>\n");
printf(" <td>&nbsp;</td>\n");
printf(" <td style=\"text-align: right\" id=\"put_spinner\">&nbsp;</td>\n");
printf(" <td><input type=\"button\" value=\"OK\" id=\"put_button\" onclick=\"ProcessPut()\" disabled></td>\n");
printf(" </tr>\n");