From patchwork Mon Jun 29 04:02:52 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 32874 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n5T439EB024470 for ; Mon, 29 Jun 2009 04:03:10 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752349AbZF2EDE (ORCPT ); Mon, 29 Jun 2009 00:03:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752324AbZF2EDD (ORCPT ); Mon, 29 Jun 2009 00:03:03 -0400 Received: from mx2.redhat.com ([66.187.237.31]:49075 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751852AbZF2EDB (ORCPT ); Mon, 29 Jun 2009 00:03:01 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5T434vW002854; Mon, 29 Jun 2009 00:03:04 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5T43029013618; Mon, 29 Jun 2009 00:03:00 -0400 Received: from localhost.localdomain (vpn-10-47.bos.redhat.com [10.16.10.47]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n5T42wFF030288; Mon, 29 Jun 2009 00:02:58 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues , Dror Russo Subject: [PATCH 1/6] New TKO: Changes to html and css code needed for new results comparison Date: Mon, 29 Jun 2009 01:02:52 -0300 Message-Id: <1246248177-6108-1-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org These are the HTML and css changes needed for the new results comparison feature. Signed-off-by: Dror Russo --- frontend/client/src/autotest/public/TkoClient.html | 6 ++++++ frontend/client/src/autotest/public/tkoclient.css | 9 ++++++++- 2 files changed, 14 insertions(+), 1 deletions(-) diff --git a/frontend/client/src/autotest/public/TkoClient.html b/frontend/client/src/autotest/public/TkoClient.html index ce8a643..745c544 100644 --- a/frontend/client/src/autotest/public/TkoClient.html +++ b/frontend/client/src/autotest/public/TkoClient.html @@ -84,6 +84,11 @@
Fetch test by ID: +
+ + Compare this execution using attributes + with previous executions of +


@@ -110,6 +115,7 @@ Test labels:

+

Key log files: diff --git a/frontend/client/src/autotest/public/tkoclient.css b/frontend/client/src/autotest/public/tkoclient.css index 9726d8c..2a86ace 100644 --- a/frontend/client/src/autotest/public/tkoclient.css +++ b/frontend/client/src/autotest/public/tkoclient.css @@ -60,4 +60,11 @@ div.spreadsheet-cell-nonclickable { .test-attributes .header table { font-weight: bold; -} \ No newline at end of file +} +.test-analysis .content { + white-space: pre; + font-family: monospace; +} +.test-analysis .header table { + font-weight: bold; +}