mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 10:45:24 +00:00
Fix typo Costum:Custom
Signed-off-by: Eduardo Reyes <tred27@gmail.com>
This commit is contained in:
parent
0b8e8fcf98
commit
76fff5474c
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
</form>
|
||||
|
||||
<form @submit="updateCSS">
|
||||
<h2>Costum Stylesheet</h2>
|
||||
<h2>Custom Stylesheet</h2>
|
||||
<textarea v-model="css" name="css"></textarea>
|
||||
<p><input type="submit" value="Update"></p>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<textarea v-model.trim="rules"></textarea>
|
||||
|
||||
<h2>Costum Stylesheet</h2>
|
||||
<h2>Custom Stylesheet</h2>
|
||||
|
||||
<textarea name="css"></textarea>
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ type User struct {
|
|||
// Rules is an array of access and deny rules.
|
||||
Rules []*Rule `json:"rules"`
|
||||
|
||||
// Costum styles for this user.
|
||||
// Custom styles for this user.
|
||||
CSS string `json:"css"`
|
||||
|
||||
// These indicate if the user can perform certain actions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue