瀏覽代碼

更新平台截图

James Iter 8 年之前
父節點
當前提交
2c9a9b058c
共有 9 個文件被更改,包括 4 次插入4 次删除
  1. 4 3
      docs/screenshot.md
  2. 0 1
      models/event_processor.py
  3. 二進制
      screenshot/boot_job.png
  4. 二進制
      screenshot/operate_rule.png
  5. 二進制
      screenshot/os_template_custom.png
  6. 二進制
      screenshot/os_template_public.png
  7. 二進制
      screenshot/snapshot.png
  8. 二進制
      screenshot/ssh_keys.png
  9. 二進制
      screenshot/system_config.png

+ 4 - 3
docs/screenshot.md

@@ -6,14 +6,15 @@
             <img width="888" height="490" src="../screenshot/dashboard.png">
             <img width="888" height="490" src="../screenshot/dashboard02.png">
             <img width="888" height="490" src="../screenshot/vm_instance.png">
-            <img width="888" height="490" src="../screenshot/boot_job.png">
             <img width="888" height="490" src="../screenshot/guest_detail.png">
             <img width="888" height="490" src="../screenshot/disk.png">
             <img width="888" height="490" src="../screenshot/compute_node.png">
             <img width="888" height="490" src="../screenshot/host_detail.png">
             <img width="888" height="490" src="../screenshot/platform_log.png">
-            <img width="888" height="490" src="../screenshot/vm_template.png">
-            <img width="888" height="490" src="../screenshot/operate_rule.png">
+            <img width="888" height="490" src="../screenshot/snapshot.png">
+            <img width="888" height="490" src="../screenshot/os_template_public.png">
+            <img width="888" height="490" src="../screenshot/os_template_custom.png">
+            <img width="888" height="490" src="../screenshot/ssh_keys.png">
             <img width="888" height="490" src="../screenshot/system_config.png">
         </div>
     </div>

+ 0 - 1
models/event_processor.py

@@ -112,7 +112,6 @@ class EventProcessor(object):
             cls.guest.progress = cls.message['message']['progress']
 
         elif cls.guest.status == GuestState.snapshot_converting.value:
-            print cls.message
             cls.os_template_image.id = cls.message['message']['os_template_image_id']
             cls.os_template_image.get()
 

二進制
screenshot/boot_job.png


二進制
screenshot/operate_rule.png


二進制
screenshot/os_template_custom.png


二進制
screenshot/os_template_public.png


二進制
screenshot/snapshot.png


二進制
screenshot/ssh_keys.png


二進制
screenshot/system_config.png