mirror of https://github.com/apache/cloudstack.git
Localize global settings
This commit is contained in:
parent
1d6ff9aa4c
commit
229224207a
|
|
@ -1,5 +1,6 @@
|
|||
#new labels (begin) **********************************************************************************************
|
||||
#cloudstack 3.0 (begin) ********************************************************************************************
|
||||
label.change.value=値を変更する
|
||||
label.clear.list=一覧をクリアする
|
||||
label.full.path=フルパス
|
||||
message.add.domain=このドメインの下に作成するサブドメインを指定してください
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@
|
|||
if (args.filterBy.search.value) {
|
||||
data.name = args.filterBy.search.value;
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
url: createURL('listConfigurations'),
|
||||
data: data,
|
||||
|
|
|
|||
Loading…
Reference in New Issue