# How to edit/remove views in exported web archive

You have exported the database into a web archive but now you see that some of the views are not necessary or they could have been named better.

<figure><img src="https://1039028294-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkmLDl5OXrWVfn2nv57%2Fuploads%2FpJ8eOOaqcN8oRPy7uw05%2Fimage.png?alt=media&#x26;token=953d6551-6ead-4025-9f64-a38cfc5f87b7" alt=""><figcaption></figcaption></figure>

All views of the exported web archive are saved in the *views-list.js* file which is located inside of db folder: *DESTINATION\_FOLDER\YOUR\_DATABASE\_ID\db.*

In order to change/remove some views, open the file is any text editor.&#x20;

<figure><img src="https://1039028294-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkmLDl5OXrWVfn2nv57%2Fuploads%2FErm9lbeQcNpk4vOqhpNk%2Fimage.png?alt=media&#x26;token=4b08a22a-00cd-4c42-9dee-e06b7c8f67b8" alt=""><figcaption></figcaption></figure>

Let's say we have accidentally exported the view *Admin -> Test* and now we want to delete it. It is enough to delete the whole object where that view is in the *views-list.js* file.

Other thing we might want to do is to change the name of the view "Teams by conference" into "Conferences". To do that, we need to change the title value inside the object where that view is located.

This is how the *views-list.js* file looks after the changes:

<figure><img src="https://1039028294-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkmLDl5OXrWVfn2nv57%2Fuploads%2FV5BNHPX7h0XvqqoKe3h1%2Fimage.png?alt=media&#x26;token=52c4d259-0ef0-4cff-95df-ef4f983836c0" alt=""><figcaption></figcaption></figure>

Save the file, reopen the web archive in your web browser and the changes will be visible:

<figure><img src="https://1039028294-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkmLDl5OXrWVfn2nv57%2Fuploads%2FGut6VVKw8TGQgE2S6vOj%2Fimage.png?alt=media&#x26;token=d319bdb3-7592-41a8-a25e-64e77f03b3e1" alt=""><figcaption></figcaption></figure>
