|
@@ -159,6 +159,7 @@ String ProcessManager::generate_html()
|
|
builder.append(R"(
|
|
builder.append(R"(
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
|
|
+ <title>Task Manager</title>
|
|
<style>
|
|
<style>
|
|
@media (prefers-color-scheme: dark) {
|
|
@media (prefers-color-scheme: dark) {
|
|
/* FIXME: We should be able to remove the HTML style when "color-scheme" is supported */
|
|
/* FIXME: We should be able to remove the HTML style when "color-scheme" is supported */
|