diff --git a/esoui/ingame/fence/keyboard/fence_keyboard.xml b/esoui/ingame/fence/keyboard/fence_keyboard.xml
index f0bc4a6..d7368ab 100755
--- a/esoui/ingame/fence/keyboard/fence_keyboard.xml
+++ b/esoui/ingame/fence/keyboard/fence_keyboard.xml
@@ -6,6 +6,26 @@
             <OnInitialized>
                 ZO_Fence_Keyboard_Initialize(self)
             </OnInitialized>
+
+            <Controls>
+                <Control name="$(parent)ResetTime" resizeToFitDescendents="true" hidden="true">
+                    <Anchor point="BOTTOMLEFT" relativeTo="GuiRoot" offsetX="12" offsetY="-12"/>
+                    <Controls>
+                        <Label name="$(parent)Stat" font="ZoFontKeybindStripDescription" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_NORMAL">
+                            <Anchor point="LEFT"/>
+                        </Label>
+
+                        <Texture name="$(parent)Icon" textureFile="EsoUI/Art/Miscellaneous/timer_32.dds">
+                            <Dimensions x="32" y="32" />
+                            <Anchor point="LEFT" relativeTo="$(parent)Stat" relativePoint="RIGHT" offsetX="5"/>
+                        </Texture>
+                        
+                        <Label name="$(parent)Value" font="ZoFontKeybindStripDescription">
+                            <Anchor point="LEFT" relativeTo="$(parent)Icon" relativePoint="RIGHT" />
+                        </Label>
+                    </Controls>
+                </Control>
+            </Controls>
         </TopLevelControl>
     </Controls>
 </GuiXml>
\ No newline at end of file