Matt Blenkinsop
033b683813
Signed-off-by: Jessica Zairo <jzairo@bywatersolutions.com> Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
16 lines
401 B
Vue
16 lines
401 B
Vue
<template>
|
|
<div id="toolbar" class="btn-toolbar">
|
|
<router-link
|
|
:to="{ name: 'UsageStatisticsDataProvidersFormAdd' }"
|
|
class="btn btn-default"
|
|
><font-awesome-icon icon="plus" />
|
|
{{ $__("New data provider") }}</router-link
|
|
>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "UsageStatisticsDataProvidersToolbar",
|
|
}
|
|
</script>
|