This commit is contained in:
Michal Moskal 2015-07-14 15:51:53 -07:00
Родитель b93224bef9
Коммит 05dc198695
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -9828,9 +9828,6 @@
Cloud.postPrivateApiAsync(this.publicId + "/label", { name: n })
.done(r => this.reload())
if (n == "current") ModalDialog.ask(lf("are you sure?"), lf("move {0} label", n), doit)
else if (n == "cloud" && /(test|stage)/.test(Cloud.getServiceUrl()))
ModalDialog.ask(lf("'cloud' label should be only pushed from 'live'"),
lf("move {0} anyway", n), doit)
else doit()
}))