Fix: Only add room import button once
The action to import rooms from CSV is added at render time. Currently, this is done even when such an action is already contained. This leads to the bug that after a reload of the status page, the action is listed twice in the context menu (and so on).
This PR adds a check s.t. the action is only added if no action is contained that link to the same URL.