Revision 146b6003 ui/templates/standard.html

b/ui/templates/standard.html
155 155
    }
156 156
}
157 157

  
158
auto_update_vms(UPDATE_INTERVAL);
158
if (images.length == 0) {
159
    // populate image list
160
    update_images();
161
}
162
if (flavors.length == 0) {
163
    // configure flavors
164
    update_flavors(); 
165
}
166

  
167
update_vms(UPDATE_INTERVAL);
159 168
</script>

Also available in: Unified diff