Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zimbra-admin-api-js
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Public
zimbra-admin-api-js
Commits
0131a8df
Commit
0131a8df
authored
Jun 09, 2016
by
Patricio Bruna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fking lint
parent
c18a4be0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.eslintrc
.eslintrc
+1
-1
domain_admin_dns.jsx
src/components/domain/domain_admin_dns.jsx
+2
-0
No files found.
.eslintrc
View file @
0131a8df
...
...
@@ -131,7 +131,7 @@
"jsx-quotes": [2, "prefer-single"],
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"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-parens": 2,
"no-lonely-if": 2,
...
...
src/components/domain/domain_admin_dns.jsx
View file @
0131a8df
...
...
@@ -302,7 +302,9 @@ export default class DNSZoneForm extends React.Component {
let
header
=
null
;
let
inputSearch
=
null
;
let
pagination
=
null
;
//
// No show records
//
const
inMutableFields
=
window
.
manager_config
.
dns
.
inmutable
;
const
mutableFields
=
this
.
state
.
fields
.
filter
((
record
)
=>
{
return
!
inMutableFields
.
includes
(
record
.
type
.
toLowerCase
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment