This project is no longer maintained. I am no longer with Esri and do not have access to an ArcGIS Online organization or an instance of Portal for ArcGIS for testing. If you would like to improve this project, feel free to fork this repository and modify the code. Alternatively, you may conisder contributing the AGO Assitant repository maintained by @ecaldwell.
AGO Admin Tools is a JavaScript application designed to provide additional administrative capabilities to ArcGIS Online.
- Change urlKey - change the URL to your org: http://.maps.arcgis.com
- Create Custom Basemap - create a multi-layer basemap
- Update Server/Service Path - Update server/service paths for registered items and webmaps
- index.html
- styles.css
- templates folder: contians html templates for ContentPanes used to populate tabs
- images go here
- portal.js: any functions calling the Esri Portal REST API should go in this file
- app.js: any post-initialization application functions (layout, etc,) should go in this file
- layout.js: this file is run on load and handles the initial layout of the application
Anyone and everyone is welcome to contribute.