mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
mysql remove old Timeout option, clarify timezone options
This commit is contained in:
parent
82e63c42e8
commit
a01d7e3a97
@ -22,7 +22,7 @@
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-tz"><i class="fa fa-clock-o"></i> <span data-i18n="mysql.label.timezone"></span></label>
|
||||
<input type="text" id="node-config-input-tz">
|
||||
<input type="text" id="node-config-input-tz" placeholder="±hh:mm">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-charset"><i class="fa fa-language"></i> <span data-i18n="mysql.label.charset"></span></label>
|
||||
@ -32,6 +32,7 @@
|
||||
<label for="node-config-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></span></label>
|
||||
<input type="text" id="node-config-input-name" data-i18n="[placeholder]node-red:common.label.name">
|
||||
</div>
|
||||
<div class="form-tips"><span data-i18n="[html]mysql.tip"></span></div>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
@ -42,7 +42,6 @@ module.exports = function(RED) {
|
||||
insecureAuth: true,
|
||||
multipleStatements: true,
|
||||
connectionLimit: 50,
|
||||
timeout: 30000,
|
||||
connectTimeout: 30000,
|
||||
charset: node.charset,
|
||||
decimalNumbers: true
|
||||
|
@ -19,6 +19,7 @@
|
||||
"notstring": "the query is not defined as a string",
|
||||
"notconnected": "Database not connected",
|
||||
"notconfigured": "MySQL database not configured"
|
||||
}
|
||||
},
|
||||
"tip": "Tip: The timezone should be specified as ±hh:mm or leave blank for 'local'."
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user