mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 08:45:28 +03:00
Standardised configurator version naming.
This commit is contained in:
parent
515f650055
commit
4480621c14
12 changed files with 221 additions and 181 deletions
|
@ -26,7 +26,6 @@
|
|||
:firmware-version="firmwareVersion"
|
||||
:firmware-id="firmwareId"
|
||||
:hardware-id="hardwareId"
|
||||
:git-changeset-id="gitChangesetId"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -73,9 +72,6 @@ export default {
|
|||
hardwareId: {
|
||||
type: String,
|
||||
},
|
||||
gitChangesetId: {
|
||||
type: String,
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<span v-if="hardwareId">
|
||||
, {{ $t("versionLabelTarget") }}: {{ hardwareId }}
|
||||
</span>
|
||||
({{ gitChangesetId }})
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -27,9 +26,6 @@ export default {
|
|||
hardwareId: {
|
||||
type: String,
|
||||
},
|
||||
gitChangesetId: {
|
||||
type: String,
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue