OSDN Git Service

modified
authorroot <kazuya@karesansui-project.info>
Thu, 28 May 2009 02:46:16 +0000 (11:46 +0900)
committerroot <kazuya@karesansui-project.info>
Thu, 28 May 2009 02:46:16 +0000 (11:46 +0900)
doc/whitelist.conf.example
karesansui/templates/default/data/js/grayout.js
karesansui/templates/default/guest/guest.part

index 8a2db23..e2c8813 100644 (file)
@@ -30,3 +30,4 @@
 /opt/karesansui/bin/stop_network.py
 /opt/karesansui/bin/suspend_guest.py
 /opt/karesansui/bin/take_snapshot.py
+/opt/karesansui/bin/update_network.py
index a514291..5573cdb 100644 (file)
@@ -98,9 +98,6 @@ function delete_dialog(id, url, param, reflush, button){
         width: 400,
         modal: true,
         title: "${_('Confirm')}",
-        close: function(event, ui){
-            if(button); tool_reset(button);
-        },         
         buttons:{
             ${_("Delete")} : function(){
                 if(_click_flag == false){
index 04ff019..1a3f7c1 100644 (file)
@@ -270,7 +270,7 @@ tool_invalid("#delete_guest");
                             <div class="tool-mid">
                                 <div class="tool-left"></div>
                                 <div class="tool-img">
-                                    <img src="${ctx.homepath}/static/images/tool-start.png" alt="" />
+                                    <img src="${ctx.homepath}/static/images/tool-add.png" alt="" />
                                 </div>
                                 <div class="tool-right">
                                     <div class="tool-text">${_('Create')}</div>