Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864780
D13834.id40147.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
D13834.id40147.diff
View Options
diff --git a/web/explorer/explorer-server/templates/pages/block.html b/web/explorer/explorer-server/templates/pages/block.html
--- a/web/explorer/explorer-server/templates/pages/block.html
+++ b/web/explorer/explorer-server/templates/pages/block.html
@@ -55,15 +55,7 @@
<div class="column">
<div class="ui segment">
<table
- class="
- ui
- very
- basic
- collapsing
- celled
- table
- block__detail-table
- "
+ class="ui very basic collapsing celled table block__detail-table"
>
<tbody>
<tr>
@@ -92,15 +84,7 @@
<div class="column">
<div class="ui segment">
<table
- class="
- ui
- very
- basic
- collapsing
- celled
- table
- block__detail-table
- "
+ class="ui very basic collapsing celled table block__detail-table"
>
<tbody>
<tr>
@@ -128,15 +112,7 @@
<div class="column">
<div class="ui segment">
<table
- class="
- ui
- very
- basic
- collapsing
- celled
- table
- block__detail-table
- "
+ class="ui very basic collapsing celled table block__detail-table"
>
<tbody>
<tr>
@@ -205,14 +181,7 @@
{% call loader::render() %}
<table
id="txs-table"
- class="
- block-listing__datatable
- dataTable
- compact
- responsive
- nowrap
- no-footer
- "
+ class="block-listing__datatable dataTable compact responsive nowrap no-footer"
style="width: 100%"
>
<thead>
diff --git a/web/explorer/explorer-server/templates/pages/blocks.html b/web/explorer/explorer-server/templates/pages/blocks.html
--- a/web/explorer/explorer-server/templates/pages/blocks.html
+++ b/web/explorer/explorer-server/templates/pages/blocks.html
@@ -6,14 +6,7 @@
{% call loader::render() %}
<table
id="blocks-table"
- class="
- block-listing__datatable
- dataTable
- compact
- responsive
- nowrap
- no-footer
- "
+ class="block-listing__datatable dataTable compact responsive nowrap no-footer"
style="width: 100%"
>
<thead>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 22:17 (20 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866046
Default Alt Text
D13834.id40147.diff (3 KB)
Attached To
D13834: [explorer] Lint the explorer
Event Timeline
Log In to Comment