Duration form improvements: start and end date instead amount time and description
Now duration for instruments and experiments is only configured using start and end dates
Took the opportunity to rename Specifications.vue
to Duration.vue
. At this point this vue component only contains fields related to duration
Changes have been done in the component mentioned above and also in the Read.vue
one to remove the amount
fields we don't need anymore
Closes T377816