mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Rename config_id to agent_id
This commit is contained in:
parent
322f106e75
commit
c90dd147bb
5 changed files with 75 additions and 75 deletions
|
@ -132,7 +132,7 @@ from plexpy import helpers
|
|||
function reloadModal() {
|
||||
$.ajax({
|
||||
url: 'get_notification_agent_config',
|
||||
data: { config_id: '${agent["id"]}' },
|
||||
data: { agent_id: '${agent["id"]}' },
|
||||
cache: false,
|
||||
async: true,
|
||||
complete: function (xhr, status) {
|
||||
|
@ -195,7 +195,7 @@ from plexpy import helpers
|
|||
$.ajax({
|
||||
url: 'test_notifier',
|
||||
data: {
|
||||
config_id: '${agent["id"]}',
|
||||
agent_id: '${agent["id"]}',
|
||||
subject: $('#test_subject').val(),
|
||||
body: $('#test_body').val(),
|
||||
script: $('#test_script').val(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue