Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects

Resolve "Update Vuetify"

Merged Jakob Dieterle requested to merge 250-update-vuetify into master
6 files
+ 14
14
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -2,7 +2,7 @@
<div>
<base-annotated-submission>
<annotated-submission-top-toolbar
slot="header"
#header
:of-student="submissionObj && submissionObj.ofStudent"
:show-clipboard="true"
:show-correction-help="true"
@@ -14,7 +14,7 @@
/>
<template
id="sub-lines"
slot="table-content"
#table-content
>
<tr
v-for="(code, lineNo) in submission"
@@ -58,12 +58,12 @@
</template>
<label-selector
id="feedback-label-selector"
slot="labels"
#labels
:assigned-to-feedback="true"
class="mt-1 elevation-1"
/>
<annotated-submission-bottom-toolbar
slot="footer"
#footer
class="mt-1 elevation-1"
:loading="loading"
:full-score="submissionObj['fullScore']"
Loading