This commit is contained in:
2021-01-24 16:18:54 +08:00
parent aeb8917aff
commit cd60625489
54 changed files with 105 additions and 157 deletions
@@ -43,7 +43,6 @@ module.exports = InfowindowBaseView.extend({
label: _t('editor.layers.infowindow.style.infowindow_header_with_url'),
tooltip: _t('editor.layers.infowindow.tooltips.infowindow_header_with_url')
}
];
}
@@ -1,3 +1,4 @@
/**
* Common header for vis view ( table | derived )
*
@@ -1,6 +1,6 @@
<% if (state=='checking') { %>
<span>检查入</span>
<span>检查入</span>
<div class="mini-bar"><span></span></div>
<% } %>
@@ -12,7 +12,7 @@
<% if (state=='preprocessing') { %>
<span>创建表格</span>
<div class="mini-bar"><span></span></div>
<span class="tip">(可以随意开始新的数据入)</span>
<span class="tip">(可以随意开始新的数据入)</span>
<% } %>
<% if (state=='complete') { %>
@@ -20,5 +20,5 @@
<% } %>
<% if (state=='failure') { %>
<span class="error"> 入数据时发生了<a href="#show_error" class="error">错误</a></span>
<span class="error"> 入数据时发生了<a href="#show_error" class="error">错误</a></span>
<% } %>
@@ -1,3 +1,5 @@
cdb.admin.mod = cdb.admin.mod || {};
+2
View File
@@ -1,3 +1,5 @@
# encoding: utf-8
require 'base64'
require 'uri'
require 'openssl'
+2
View File
@@ -1,3 +1,5 @@
# coding: UTF-8
require 'securerandom'
require_dependency 'carto/password_validator'
require_dependency 'carto/strong_password_strategy'