Commit 84caea4c authored by Micheal Mand's avatar Micheal Mand

Remove unnecessary button groups

parent a087c41f
......@@ -23,14 +23,14 @@
<div class="tool-bar el-row" style="padding-bottom: 20px;">
<div class="actions el-col el-col-19">
<new-folder :parent-id="folderId"></new-folder>
<el-button-group>
<div style="margin: 0 15px;">
<el-button
type="primary"
@click="toggleUploadZone"
>
{{ trans('media.upload file') }}
</el-button>
</el-button-group>
</div>
<el-button-group>
<el-button
type="warning"
......
<template>
<el-button-group>
<div>
<el-button type="success" class="new-folder" @click="dialogFormVisible = true">
<i class="fa fa-plus"></i> {{ trans('folders.create resource') }}
</el-button>
......@@ -18,7 +18,7 @@
</span>
</el-dialog>
</el-button-group>
</div>
</template>
<script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment