Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Helmholtz Centre for Environmental Research – UFZ
IT
RDM
BioMe
tmd
frontend
Commits
0d8c0c62
Commit
0d8c0c62
authored
3 years ago
by
Lars Kollmann
Browse files
Options
Downloads
Patches
Plain Diff
#360
remove unused code, remove empty line, correct underscore displaying
parent
649cbf21
No related branches found
No related tags found
2 merge requests
!377
merge develop in to master
,
!338
Resolve ""QS-Status vorschlagen"-Buttons hinzufügen"
Pipeline
#421446
passed
3 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/src/components/shared/sharedFilter/SharedTable.ts
+0
-1
0 additions, 1 deletion
app/src/components/shared/sharedFilter/SharedTable.ts
app/src/components/shared/sharedFilter/SharedTable.vue
+2
-35
2 additions, 35 deletions
app/src/components/shared/sharedFilter/SharedTable.vue
with
2 additions
and
36 deletions
app/src/components/shared/sharedFilter/SharedTable.ts
+
0
−
1
View file @
0d8c0c62
...
...
@@ -143,7 +143,6 @@ export default class SharedTable extends Vue {
}
@
Watch
(
"
selectedPictureItems
"
)
private
selectedPictureItemsWatcher
()
{
this
.
isDisabledQSStatusProposalBtn
=
this
.
selectedPictureItems
.
length
===
0
;
}
...
...
This diff is collapsed.
Click to expand it.
app/src/components/shared/sharedFilter/SharedTable.vue
+
2
−
35
View file @
0d8c0c62
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment