Skip to main content

Central — Shorten URL

Overview

The Shorten URL page allows admin users to manage shortened URLs for white labels. It includes a white label filter, a list of existing shortened links, and a modal-based workflow to create new short URLs.

Access

  • URL: /dashboard/shorten-url
  • Role required: Admin
  • Navigation path: Sidebar > Whitelabel Management > Shorten URL

Page Layout

The header contains the page title and a primary action button.

ElementTypeDescription
Shorten URLheadingPage title
Create Shorten URLbuttonOpens the create shorten URL modal

Filter section

A filter section lets the admin filter short URLs by white label.

ElementTypeDescription
White LabeldropdownSelect white label filter, default All
SearchbuttonApply the filter
ResetbuttonReset the filter selection

Short URL table

The main table lists shortened URL records.

ColumnDescription
NoRow index
White Label NameWhite label associated with the short link
Short LinkShortened URL
Long LinkOriginal destination URL
ActionEdit/Delete actions for each short URL

Sample table rows

  • i88 | https://be-shorten.i88.dev/jambu | https://google.com
  • i88 | https://be-shorten.i88.dev/i88apk | https://i88.dev/
  • wso69 | https://be-shorten.i88.dev/wso69 | Https://wso69.org
  • lol | https://be-shorten.i88.dev/61jKJS7172omKlSSS | https://be-central.i88.dev/b

The page uses a modal overlay for creating a new shortened URL.

Create Shorten URL modal

The modal is titled Create Shorten Link and includes the following fields:

ElementTypeDescription
ClosebuttonClose the modal without saving
White LabeldropdownSelect white label for the new short URL
Long LinkinputEnter the destination URL
Short LinkinputEnter the short URL slug or link
CancelbuttonCancel the creation workflow
SavebuttonSave the new short URL

Features

Short URL management

Admins can view and manage short URL records by white label.

Create new short URL

The Create Shorten URL button opens a modal to create a new short URL record with a selected white label, long link, and short link.

Table actions

Each row includes Edit and Delete buttons for managing existing short URL entries.

UI Elements Reference

LabelTypeLocationDescription
Shorten URLheadingPage headerMain page title
Create Shorten URLbuttonPage headerOpens create modal
White LabeldropdownFilter sectionFilter by white label
SearchbuttonFilter sectionApply filter
ResetbuttonFilter sectionClear filter values
Notable headerTableRow index column
White Label Nametable headerTableWhite label column
Short Linktable headerTableShortened URL column
Long Linktable headerTableDestination URL column
Actiontable headerTableEdit/Delete actions
Create Shorten Linkmodal titleModalCreate record overlay
Long LinkinputModalDestination URL entry field
Short LinkinputModalShort link entry field
CancelbuttonModalCancel creation
SavebuttonModalConfirm creation

Notes

  • The modal dialog is triggered by the Create Shorten URL button.
  • Existing row actions include Edit and Delete, but the current observed modal is the create dialog.
  • A screenshot of the page and modal is available at docs/central/shorten-url.png.