Merge branch 'feature/audit-logs' of github.com:Budibase/budibase into feature/audit-logs
This commit is contained in:
commit
55418c6c9d
|
@ -1,3 +1,7 @@
|
||||||
|
<!-- If working on this file, you may notice that if you click the download button in the UI
|
||||||
|
hot reload will stop working due to the use of window.location. You'll need to reload the pag
|
||||||
|
to get it working again.
|
||||||
|
-->
|
||||||
<script>
|
<script>
|
||||||
import {
|
import {
|
||||||
Layout,
|
Layout,
|
||||||
|
@ -24,10 +28,10 @@
|
||||||
import { cloneDeep } from "lodash"
|
import { cloneDeep } from "lodash"
|
||||||
|
|
||||||
const schema = {
|
const schema = {
|
||||||
date: { width: "0.8fr" },
|
date: { width: "auto" },
|
||||||
user: { width: "0.5fr" },
|
user: { width: "auto" },
|
||||||
app: { width: "0.75fr", fieldName: "name" },
|
app: { width: "auto" },
|
||||||
name: { width: "1.5fr" },
|
name: { width: "0.8fr" },
|
||||||
view: { width: "auto", borderLeft: true, displayName: "" },
|
view: { width: "auto", borderLeft: true, displayName: "" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue