Renamed directory config-validator-ui-concept => static

This commit is contained in:
Maxim Kulkin 2013-10-22 19:14:00 +04:00
parent f0de0d5ed6
commit 079a2e1883
35 changed files with 1 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -20,9 +20,7 @@ from rubick.model import Openstack
from rubick.discovery import OpenstackDiscovery
from rubick.json import openstack_for_json
app = Flask(__name__,
static_folder='config-validator-ui-concept',
static_url_path='/static')
app = Flask(__name__)
app.secret_key = 'A0Zr98j/3fooN]LWX/,?RT'
wtforms_json.init()