From e7f4ecd0cf8455c6c6ce57dae48da246a02f76d0 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 6 Jan 2016 05:10:33 +0100 Subject: Added interface to run selftest in TPS UI. The TPS UI has been modified to provide an interface to run the selftests and display the results. https://fedorahosted.org/pki/ticket/1502 --- base/tps/shared/webapps/tps/ui/selftest.html | 35 ++++++++++++++++++++++++ base/tps/shared/webapps/tps/ui/selftests.html | 39 +++++++++++++++++++++------ 2 files changed, 66 insertions(+), 8 deletions(-) (limited to 'base/tps/shared/webapps/tps/ui') diff --git a/base/tps/shared/webapps/tps/ui/selftest.html b/base/tps/shared/webapps/tps/ui/selftest.html index 8a680355a..1b43cfe5e 100644 --- a/base/tps/shared/webapps/tps/ui/selftest.html +++ b/base/tps/shared/webapps/tps/ui/selftest.html @@ -24,6 +24,14 @@ Self Test ${id} + + + + + +
@@ -40,3 +48,30 @@
+ + diff --git a/base/tps/shared/webapps/tps/ui/selftests.html b/base/tps/shared/webapps/tps/ui/selftests.html index 95bafeaff..92133c3d3 100644 --- a/base/tps/shared/webapps/tps/ui/selftests.html +++ b/base/tps/shared/webapps/tps/ui/selftests.html @@ -32,26 +32,22 @@ + + Self Test ID - Enabled at Statup - Critical at Startup - Enabled on Demand - Critical on Demand + Status ${id} - ${enabledAtStartup} - ${criticalAtStartup} - ${enabledOnDemand} - ${criticalOnDemand} + @@ -77,3 +73,30 @@ + + -- cgit