Skip to content

Commit 8e79c50

Browse files
committed
Merge branch 'fix/dark-theme-gauge-and-sort-widgets' of github.com:rocket-admin/rocketadmin into fix/dark-theme-gauge-and-sort-widgets
2 parents 66fcbdc + 70d7203 commit 8e79c50

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

frontend/src/app/components/dashboard/db-table-widgets/db-table-widgets.component.ts

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,10 @@ export class DbTableWidgetsComponent implements OnInit {
153153
`// provide image height in px to dispaly in table
154154
// prefix: optional URL prefix to prepend to image source
155155
// example:
156-
// {
157-
// "height": 100,
158-
// "prefix": "https://example.com/images/"
159-
// }
160156
{
161-
"height": 100
157+
"height": 100,
158+
"prefix": "https://example.com/images/"
159+
}
162160
}
163161
`,
164162
JSON: `// No settings required`,
@@ -236,10 +234,10 @@ export class DbTableWidgetsComponent implements OnInit {
236234
Time: `// No settings required`,
237235
URL: `// prefix: optional URL prefix to prepend to the href
238236
// example:
239-
// {
240-
// "prefix": "https://example.com/"
241-
// }
242-
{}`,
237+
{
238+
"prefix": "https://example.com/"
239+
}
240+
`,
243241
UUID: `// Configure UUID generation version and parameters
244242
// Available versions: "v1", "v3", "v4" (default), "v5", "v7"
245243
// For v3/v5: provide namespace and optionally name

0 commit comments

Comments
 (0)