Commit 0131a8df authored by Patricio Bruna's avatar Patricio Bruna

Fking lint

parent c18a4be0
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
"jsx-quotes": [2, "prefer-single"], "jsx-quotes": [2, "prefer-single"],
"key-spacing": [2, {"beforeColon": false, "afterColon": true}], "key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"linebreak-style": 2, "linebreak-style": 2,
"lines-around-comment": [2, { "beforeBlockComment": true, "beforeLineComment": true, "allowBlockStart": true, "allowBlockEnd": true }], # "lines-around-comment": [2, { "beforeBlockComment": true, "beforeLineComment": true, "allowBlockStart": true, "allowBlockEnd": true }],
"new-cap": 2, "new-cap": 2,
"new-parens": 2, "new-parens": 2,
"no-lonely-if": 2, "no-lonely-if": 2,
......
...@@ -302,7 +302,9 @@ export default class DNSZoneForm extends React.Component { ...@@ -302,7 +302,9 @@ export default class DNSZoneForm extends React.Component {
let header = null; let header = null;
let inputSearch = null; let inputSearch = null;
let pagination = null; let pagination = null;
//
// No show records // No show records
//
const inMutableFields = window.manager_config.dns.inmutable; const inMutableFields = window.manager_config.dns.inmutable;
const mutableFields = this.state.fields.filter((record) => { const mutableFields = this.state.fields.filter((record) => {
return !inMutableFields.includes(record.type.toLowerCase()); return !inMutableFields.includes(record.type.toLowerCase());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment