mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-12-29 14:11:00 -05:00
Update _settings.html.erb
This commit is contained in:
@@ -47,6 +47,15 @@ intuit.ipp.anywhere.setup({menuProxy: '/path/to/blue-dot', grantUrl: '<%= qbo_au
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<th>Intuit QBO Webhook Token</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" style="width:350px" id="settingsWebhookToken"
|
||||||
|
value="<%= settings['settingsWebhookToken'] %>"
|
||||||
|
name="settings[settingsWebhookToken]" >
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Token Expires At</th>
|
<th>Token Expires At</th>
|
||||||
<td><%= if Qbo.exists? then Qbo.first.token_expires_at end %>
|
<td><%= if Qbo.exists? then Qbo.first.token_expires_at end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user