Merge branch 'develop' into interface
This commit is contained in:
commit
4e637fbfcd
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
class UpdateSetting1 < ActiveRecord::Migration
|
class UpdateSetting1 < ActiveRecord::Migration
|
||||||
def up
|
def up
|
||||||
Setting.create_if_not_exists(
|
Setting.create_if_not_exists(
|
||||||
:title => 'Send client stats.',
|
:title => 'Send client stats',
|
||||||
:name => 'ui_send_client_stats',
|
:name => 'ui_send_client_stats',
|
||||||
:area => 'System::UI',
|
:area => 'System::UI',
|
||||||
:description => 'Send client stats to central server.',
|
:description => 'Send client stats to central server.',
|
||||||
|
@ -23,7 +23,7 @@ class UpdateSetting1 < ActiveRecord::Migration
|
||||||
:frontend => true
|
:frontend => true
|
||||||
)
|
)
|
||||||
Setting.create_if_not_exists(
|
Setting.create_if_not_exists(
|
||||||
:title => 'Client storage.',
|
:title => 'Client storage',
|
||||||
:name => 'ui_client_storage',
|
:name => 'ui_client_storage',
|
||||||
:area => 'System::UI',
|
:area => 'System::UI',
|
||||||
:description => 'Use client storage to cache data to perform speed of application.',
|
:description => 'Use client storage to cache data to perform speed of application.',
|
||||||
|
|
|
@ -179,7 +179,7 @@ Setting.create_if_not_exists(
|
||||||
)
|
)
|
||||||
|
|
||||||
Setting.create_if_not_exists(
|
Setting.create_if_not_exists(
|
||||||
:title => 'Send client stats.',
|
:title => 'Send client stats',
|
||||||
:name => 'ui_send_client_stats',
|
:name => 'ui_send_client_stats',
|
||||||
:area => 'System::UI',
|
:area => 'System::UI',
|
||||||
:description => 'Send client stats to central server.',
|
:description => 'Send client stats to central server.',
|
||||||
|
@ -201,7 +201,7 @@ Setting.create_if_not_exists(
|
||||||
:frontend => true
|
:frontend => true
|
||||||
)
|
)
|
||||||
Setting.create_if_not_exists(
|
Setting.create_if_not_exists(
|
||||||
:title => 'Client storage.',
|
:title => 'Client storage',
|
||||||
:name => 'ui_client_storage',
|
:name => 'ui_client_storage',
|
||||||
:area => 'System::UI',
|
:area => 'System::UI',
|
||||||
:description => 'Use client storage to cache data to perform speed of application.',
|
:description => 'Use client storage to cache data to perform speed of application.',
|
||||||
|
|
Loading…
Reference in a new issue