Merge "Enable Angular Image panel"
This commit is contained in:
commit
6d29875f7f
@ -432,7 +432,7 @@ This example sorts flavors by vcpus in descending order::
|
||||
Default::
|
||||
|
||||
{
|
||||
'images_panel': False
|
||||
'images_panel': True
|
||||
}
|
||||
|
||||
A dictionary of currently available AngularJS features. This allows simple
|
||||
|
@ -298,7 +298,7 @@ COMPRESS_OFFLINE_CONTEXT = 'horizon.themes.offline_context'
|
||||
|
||||
# Dictionary of currently available angular features
|
||||
ANGULAR_FEATURES = {
|
||||
'images_panel': False,
|
||||
'images_panel': True,
|
||||
}
|
||||
|
||||
# Notice all customizable configurations should be above this line
|
||||
|
@ -35,7 +35,7 @@ maximize_browser=yes
|
||||
|
||||
[image]
|
||||
# http accessible image (string value)
|
||||
panel_type=legacy
|
||||
panel_type=angular
|
||||
http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
|
||||
images_list=cirros-0.3.4-x86_64-uec,
|
||||
cirros-0.3.4-x86_64-uec-kernel,
|
||||
|
Loading…
Reference in New Issue
Block a user