Browse Source

Updated circuit import template

Jeremy Stretch 8 years ago
parent
commit
c7acc9ad69
2 changed files with 2 additions and 27 deletions
  1. 1 1
      netbox/circuits/forms.py
  2. 1 26
      netbox/templates/circuits/circuit_import.html

+ 1 - 1
netbox/circuits/forms.py

@@ -90,7 +90,7 @@ class CircuitForm(BootstrapMixin, CustomFieldForm):
         help_texts = {
             'cid': "Unique circuit ID",
             'install_date': "Format: YYYY-MM-DD",
-            'commit_rate': "Commited rate",
+            'commit_rate': "Committed rate",
         }
 
 

+ 1 - 26
netbox/templates/circuits/circuit_import.html

@@ -49,44 +49,19 @@
 					<td>Strickland Propane</td>
 				</tr>
 				<tr>
-					<td>Site</td>
-					<td>Site name</td>
-					<td>ASH-4</td>
-				</tr>
-				<tr>
 					<td>Install Date</td>
 					<td>Date in YYYY-MM-DD format (optional)</td>
 					<td>2016-02-23</td>
 				</tr>
 				<tr>
-					<td>Port Speed</td>
-					<td>Physical speed in Kbps</td>
-					<td>100000</td>
-				</tr>
-				<tr>
-					<td>Upstream Speed</td>
-					<td>Upstream speed in Kbps (optional)</td>
-					<td>20000</td>
-				</tr>
-				<tr>
 					<td>Commit rate</td>
 					<td>Commited rate in Kbps (optional)</td>
 					<td>2000</td>
 				</tr>
-				<tr>
-					<td>Cross-connect ID</td>
-					<td>ID of cross-connect (optional)</td>
-					<td>937649</td>
-				</tr>
-				<tr>
-					<td>Patch Panel</td>
-					<td>Patch panel/port ID (optional)</td>
-					<td>PP8371 ports 13/14</td>
-				</tr>
 			</tbody>
 		</table>
 		<h4>Example</h4>
-		<pre>IC-603122,TeliaSonera,Transit,Strickland Propane,ASH-4,2016-02-23,100000,,2000,937649,PP8371 ports 13/14</pre>
+		<pre>IC-603122,TeliaSonera,Transit,Strickland Propane,2016-02-23,2000</pre>
 	</div>
 </div>
 {% endblock %}