Skip to content
Snippets Groups Projects
Commit 0d8c0c62 authored by Lars Kollmann's avatar Lars Kollmann
Browse files

#360 remove unused code, remove empty line, correct underscore displaying

parent 649cbf21
No related branches found
No related tags found
2 merge requests!377merge develop in to master,!338Resolve ""QS-Status vorschlagen"-Buttons hinzufügen"
Pipeline #421446 passed
......@@ -143,7 +143,6 @@ export default class SharedTable extends Vue {
}
@Watch("selectedPictureItems")
private selectedPictureItemsWatcher() {
this.isDisabledQSStatusProposalBtn = this.selectedPictureItems.length === 0;
}
......
......@@ -155,39 +155,6 @@
</v-card>
</v-dialog>
</template>
<!-- <template v-slot:footer>-->
<!-- <v-row>-->
<!-- <v-col cols="8"/>-->
<!-- <v-col cols="1" class="text-end">-->
<!-- <v-text-field-->
<!-- :label="$t('sharedTable.totalItems')"-->
<!-- :value="options.totalCount"-->
<!-- readonly-->
<!-- disabled-->
<!-- outlined-->
<!-- />-->
<!-- </v-col>-->
<!-- <v-col cols="1" class="text-end">-->
<!-- <v-select-->
<!-- class="shrink"-->
<!-- outlined-->
<!-- v-model="options.itemsPerPage"-->
<!-- :items="itemsPerPagePossibilities"-->
<!-- :label="$t('sharedTable.itemsPerPage')"-->
<!-- @input="selectInput"/>-->
<!-- </v-col>-->
<!-- <v-col cols="2" class="text-end">-->
<!-- <v-pagination-->
<!-- v-model="options.page"-->
<!-- :page="options.page"-->
<!-- :length="options.pageCount"-->
<!-- @next="clickNextPage"-->
<!-- @previous="clickPrevPage"-->
<!-- @input="clickInput"/>-->
<!-- </v-col>-->
<!-- </v-row>-->
<!-- </template>-->
</v-data-table>
</v-card>
</div>
......@@ -301,7 +268,7 @@
</v-col>
<v-col cols="11">
<v-expansion-panel-header>
<h4>{{item.date}} _ {{item.transect}}</h4>
<h4>{{item.date}} - {{item.transect}}</h4>
<div class="text-end"> <!-- is only needed because without, the hover circle of v-btn becomes an oval-->
<v-btn @click="editItem(item.inspectionId)" icon>
<v-icon>mdi-pencil</v-icon>
......@@ -312,7 +279,7 @@
</v-row>
<v-expansion-panel-content>
<div class="black--text text-sm-body-2 ml-6 mb-2">
{{ item.sectionLabel }}- {{ item.sectionName }}
{{ item.sectionLabel }} - {{ item.sectionName }}
</div>
<v-divider></v-divider>
<v-row>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment