Update Notify Instructions

This commit is contained in:
Jeffrey Linwood
2017-02-21 10:10:44 -06:00
parent 712ea1efc5
commit d6a02ce13b
3 changed files with 4 additions and 15 deletions

View File

@@ -5,8 +5,6 @@ $(function() {
configureField(response, 'TWILIO_API_SECRET','twilioAPISecret',true);
configureField(response, 'TWILIO_CONFIGURATION_SID','twilioConfigurationSID',false);
configureField(response, 'TWILIO_NOTIFICATION_SERVICE_SID','twilioNotificationServiceSID',false);
configureField(response, 'TWILIO_APN_CREDENTIAL_SID','twilioAPNCredentialSID',false);
configureField(response, 'TWILIO_GCM_CREDENTIAL_SID','twilioGCMCredentialSID',false);
configureField(response, 'TWILIO_CHAT_SERVICE_SID','twilioChatServiceSID',false);
configureField(response, 'TWILIO_SYNC_SERVICE_SID','twilioSyncServiceSID',false);

View File

@@ -38,16 +38,6 @@
<td class="config-key">TWILIO_NOTIFICATION_SERVICE_SID</td>
<td class="config-value" id="twilioNotificationServiceSID"></td>
</tr>
<tr>
<td class="config-product">Notify</td>
<td class="config-key">TWILIO_APN_CREDENTIAL_SID</td>
<td class="config-value" id="twilioAPNCredentialSID"></td>
</tr>
<tr>
<td class="config-product">Notify</td>
<td class="config-key">TWILIO_GCM_CREDENTIAL_SID</td>
<td class="config-value" id="twilioGCMCredentialSID"></td>
</tr>
<tr>
<td class="config-product">Chat</td>
<td class="config-key">TWILIO_CHAT_SERVICE_SID</td>

View File

@@ -16,8 +16,9 @@
</header>
<section>
<h1>Send Notification</h1>
<input type="text" id="identityInput" size="30"/>
<h1>Send Notification to Identity</h1>
<input type="text" id="identityInput" placeholder="Identity" size="30"/>
<p/>
<input type="submit" id="sendNotificationButton" value="Send Notification"/>