From bf88e95adcc032e3325384491ab32bb1dcd2938c Mon Sep 17 00:00:00 2001 From: phamt Date: Wed, 21 Sep 2011 20:42:07 +0000 Subject: [PATCH] Added default theme git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10599 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/ui.js b/xCAT-UI/js/ui.js index 94e2f69c6..81bb8c926 100644 --- a/xCAT-UI/js/ui.js +++ b/xCAT-UI/js/ui.js @@ -731,7 +731,7 @@ function openSettings() { oList.append($('
  • Cupertino
  • ')); oList.append($('
  • Dark Hive
  • ')); oList.append($('
  • Redmond
  • ')); - oList.append($('
  • Start
  • ')); + oList.append($('
  • Start (default)
  • ')); oList.append($('
  • Sunny
  • ')); oList.append($('
  • UI Darkness
  • ')); themeFS.append(oList);