Skip to content

Commit

Permalink
Add titles to keys and plugin steps
Browse files Browse the repository at this point in the history
  • Loading branch information
corsacca committed Dec 18, 2024
1 parent 952e40b commit 2165853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dt-core/admin/components/setup-wizard-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ export class SetupWizardKeys extends OpenLitElement {
this._options.dt_google_map_key = this.step.config.dt_google_map_key;
return html`
<div class="cover">
<div class="content">
<div class="content flow">
<h2>Mapping and Geocoding</h2>
<table style="width: 100%">
<thead>
<tr>
<th>Plugin Name</th>
<th>Key</th>
<th>Description</th>
<th style="width: 30%">Value</th>
</tr>
Expand Down
3 changes: 2 additions & 1 deletion dt-core/admin/components/setup-wizard-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export class SetupWizardPlugins extends OpenLitElement {
render() {
return html`
<div class="cover">
<div class="content">
<div class="content flow">
<h2>Recommended Plugins</h2>
<table>
<thead>
<tr>
Expand Down

0 comments on commit 2165853

Please sign in to comment.