mirror of https://github.com/rancher/dashboard.git
Lint
This commit is contained in:
parent
8746ab077c
commit
5372b33230
|
|
@ -50,7 +50,7 @@ export default {
|
|||
const hasEditComponent = getters['type-map/hasCustomEdit'](resource);
|
||||
|
||||
const yamlRoute = {
|
||||
name: `${ this.$route.name }-create`,
|
||||
name: `${ this.$route.name }-create`,
|
||||
params,
|
||||
query: { [AS]: _YAML },
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import { asciiLike, escapeHtml } from '@/utils/string';
|
|||
import { base64Encode, base64Decode } from '@/utils/crypto';
|
||||
import { downloadFile } from '@/utils/download';
|
||||
import TextAreaAutoGrow from '@/components/form/TextAreaAutoGrow';
|
||||
import DetailText from '@/components/DetailText';
|
||||
// import DetailText from '@/components/DetailText';
|
||||
import { get } from '@/utils/object';
|
||||
import { mapGetters } from 'vuex';
|
||||
import FileSelector from '@/components/form/FileSelector';
|
||||
|
|
@ -17,7 +17,7 @@ const LARGE_LIMIT = 2 * 1024;
|
|||
export default {
|
||||
components: {
|
||||
TextAreaAutoGrow,
|
||||
DetailText,
|
||||
// DetailText,
|
||||
FileSelector
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<script>
|
||||
import RadioButton from '@/components/form/RadioButton';
|
||||
import { _VIEW } from '@/config/query-params';
|
||||
import { findBy } from '@/utils/array';
|
||||
|
||||
export default {
|
||||
components: { RadioButton },
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<script>
|
||||
import { parseSi, UNITS, FRACTIONAL } from '@/utils/units';
|
||||
import LabeledInput from '@/components/form/LabeledInput';
|
||||
import LabeledFormElement from '@/mixins/labeled-form-element';
|
||||
|
||||
export default {
|
||||
components: { LabeledInput },
|
||||
|
|
|
|||
Loading…
Reference in New Issue